Home
last modified time | relevance | path

Searched defs:ScopedTrace (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/trace/
Dtrace.h72 explicit ScopedTrace(const char *str) in ScopedTrace() function
76 explicit ScopedTrace(const std::string &str) : ScopedTrace(str.c_str()) {} in ScopedTrace() function