Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp95 void TracingImpl::Frontend::BufferUsage(double percentFull, int32_t eventCount, double value) in BufferUsage()
192 double percentFull = 0.0; in TracingBufferUsageReport() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp268 void Tracing::GetBufferUseage(double &percentFull, uint32_t &eventCount, double &value) in GetBufferUseage()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h1182 BufferUsage &SetPercentFull(double percentFull) in SetPercentFull()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp757 …pi::GetTracingBufferUseage([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] double &percentFull, in GetTracingBufferUseage()