top
|
up
|
prev
| next
Tracer Class
Definition at line
42
of
Trace.hpp
Constructors
Tracer
(int32_t traceFunctionId_)
Member Variables
int32_t
traceFunctionId
Constructor Details
Tracer Constructor
soulng::util::Tracer::Tracer(int32_t traceFunctionId_)
Definition at line
328
of
Trace.cpp
:
328
:
traceFunctionId
(
traceFunctionId_
)
329
{
330
AddTraceEntry
(
EntryKind
::
begin
,
traceFunctionId
)
;
331
}
Declaration at line
45
of
Trace.hpp
top
|
up
|
prev
| next