Home
last modified time | relevance | path

Searched refs:ph_ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.h33 : cat_(cat), name_(name), ph_(ph), pid_(pid), tid_(tid) in TraceEvent()
82 std::string ph_; member
Dtracing.cpp24 …uint64_t size = sizeof(*this) + cat_.size() + name_.size() + ph_.size() + args_.size() + s_.size()… in GetEventBufferSize()
/arkcompiler/toolchain/tooling/base/
Dpt_events.cpp360 event->Add("ph", traceEvent.ph_.c_str()); in TraceEventToJson()