top | up | prev | next

TraceEntry Struct

Definition at line 20 of Trace.hpp

Constructors

TraceEntry(EntryKind kind_, char threadId_, int32_t id_, int64_t nanosecs_)

Member Variables

int32_t id
EntryKind kind
int64_t nanosecs
char threadId

Constructor Details

TraceEntry Constructor

soulng::util::TraceEntry::TraceEntry(EntryKind kind_, char threadId_, int32_t id_, int64_t nanosecs_)

Definition at line 212 of Trace.cpp :
212 : kind(kind_)threadId(threadId_)id(id_)nanosecs(nanosecs_)
213 {
214 }


Declaration at line 22 of Trace.hpp


top | up | prev | next