#include <minitrace.h>
Public Member Functions | |
MTRScopedTrace (const char *category, const char *name) | |
~MTRScopedTrace () | |
Private Attributes | |
const char * | category_ |
const char * | name_ |
int64_t | start_time_ |
Definition at line 210 of file minitrace.h.
minitrace::MTRScopedTrace::MTRScopedTrace | ( | const char * | category, |
const char * | name | ||
) | [inline] |
Definition at line 212 of file minitrace.h.
minitrace::MTRScopedTrace::~MTRScopedTrace | ( | ) | [inline] |
Definition at line 216 of file minitrace.h.
const char* minitrace::MTRScopedTrace::category_ [private] |
Definition at line 221 of file minitrace.h.
const char* minitrace::MTRScopedTrace::name_ [private] |
Definition at line 222 of file minitrace.h.
int64_t minitrace::MTRScopedTrace::start_time_ [private] |
Definition at line 223 of file minitrace.h.