Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.h31 struct TraceEvent { struct
32 TraceEvent(std::string cat, std::string name, std::string ph, int64_t pid, int64_t tid) in TraceEvent() function
38 void SetTs(int64_t ts) in SetTs()
43 void SetDur(int64_t dur) in SetDur()
48 void SetTdur(int64_t tdur) in SetTdur()
73 void SetCpuProfileArgs(TraceEventCpuProfileArg& args) in SetCpuProfileArgs() argument
92 std::optional<struct TraceEventCpuProfileArg> cpuProfileArgs_; argument
101 std::unique_ptr<std::vector<TraceEvent>> StopTracing(); argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h58 using TraceEvent = ecmascript::TraceEvent; variable