Function

SysprofCaptureWriternew

Declaration [src]

SysprofCaptureWriter*
sysprof_capture_writer_new (
  const char* filename,
  size_t buffer_size
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

filename

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
buffer_size

Type: size_t

No description available.

Return value

Type: SysprofCaptureWriter

No description available.

The data is owned by the called function.