Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/protos/services/
Dcommon_types.proto22 uint32 sample_interval = 3; // Polling plugin collection interval(ms) field
60 uint32 sample_interval = 8; // Polling plugin collection interval(ms) field
/developtools/profiler/protos/services/
Dcommon_types.proto22 uint32 sample_interval = 3; // Polling plugin collection interval(ms) field
62 uint32 sample_interval = 8; // Polling plugin collection interval(ms) field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_config.proto46 uint32 sample_interval = 24; field
/developtools/profiler/protos/types/plugins/native_hook/
Dnative_hook_config.proto44 uint32 sample_interval = 24; field
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpAllocations.ts169 get sample_interval(): number { method in SpAllocations