Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/src/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/profiler/protos/services/
Dcommon_types.proto22 uint32 sample_interval = 3; // Polling plugin collection interval(ms) field
72 uint32 sample_interval = 8; // Polling plugin collection interval(ms) field
/developtools/smartperf_host/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/profiler/test/scripts/testRoot/
Dtest_nativehook.py108 def check_library_result(statistics, startup, offline, sample_interval, dwarf, filtersize, depth, t… argument
187 def check_result(statistics, startup, offline, sample_interval, dwarf, js_report, filtersize, depth… argument
287 def check_nativehook_result(statistics, startup, offline, sample_interval, dwarf, js_report, filter… argument
377 def check_nativehook_multipleprocess(statistics, startup, offline, sample_interval, dwarf, filtersi… argument
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/setting/
DSpAllocations.ts201 get sample_interval(): number { method in SpAllocations