Home
last modified time | relevance | path

Searched refs:capture_numeric_value (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/device/plugins/arkts_plugin/test/unittest/
Darkts_plugin_unittest.cpp70 uint32_t interval, bool capture_numeric_value, bool track_allocations, in SetArkTSConfig() argument
76 protoConfig.set_capture_numeric_value(capture_numeric_value); in SetArkTSConfig()
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/js_memory/
Djs_heap_config.proto27 bool capture_numeric_value = 4; field
/developtools/profiler/protos/types/plugins/arkts_plugin/
Darkts_plugin_config.proto28 bool capture_numeric_value = 4; field
/developtools/smartperf_host/trace_streamer/doc/
DarkTs.md61 capture_numeric_value:当type=0时生效,表示是否同时抓取numeric。
Ddes_tables.md626 | capture_numeric_value | INT |
636 - capture_numeric_value:当type=0时生效,表示是否同时抓取numeric。
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts509 capture_numeric_value: boolean; property
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts333 capture_numeric_value: false,
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordConfigModel.ts790 capture_numeric_value: spArkTs.grabNumeric,
/developtools/profiler/device/plugins/arkts_plugin/src/
Darkts_plugin.cpp152 …snapshotCmd_ = SNAPSHOT_HEAD + (protoConfig_.capture_numeric_value() ? "true" : "false") + SNAPSHO… in EnableSnapshot()
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md757 | capture_numeric_value | INT |
771 - capture_numeric_value:当 type=0 时生效,表示是否同时抓取 numeric。
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp311 auto captureNumericValue = jsHeapConfig.capture_numeric_value() ? 1 : 0; in ParseJSMemoryConfig()