Method

SysprofCaptureWriterset_counters

Declaration [src]

bool
sysprof_capture_writer_set_counters (
  SysprofCaptureWriter* self,
  int64_t time,
  int cpu,
  int32_t pid,
  const unsigned int* counters_ids,
  const SysprofCaptureCounterValue* values,
  unsigned int n_counters
)

Description

No description available.

Parameters

time

Type: int64_t

No description available.

cpu

Type: int

No description available.

pid

Type: int32_t

No description available.

counters_ids

Type: const unsigned int*

No description available.

The data is owned by the caller of the method.
values

Type: SysprofCaptureCounterValue

No description available.

The data is owned by the caller of the method.
n_counters

Type: unsigned int

No description available.

Return value

Type: bool

No description available.