Method
SysprofCaptureWriteradd_mark
Declaration [src]
bool
sysprof_capture_writer_add_mark (
SysprofCaptureWriter* self,
int64_t time,
int cpu,
int32_t pid,
uint64_t duration,
const char* group,
const char* name,
const char* message
)
Parameters
time-
Type:
int64_tNo description available.
cpu-
Type:
intNo description available.
pid-
Type:
int32_tNo description available.
duration-
Type:
uint64_tNo description available.
group-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. name-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. message-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.