Method

SysprofDocumentFramedup_time_string

Declaration [src]

char*
sysprof_document_frame_dup_time_string (
  SysprofDocumentFrame* self
)

Description [src]

Gets the time formatted as a string such as 00:00:00.1234.

Return value

Type: char*

A new string.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.