| /developtools/profiler/host/smartperf/ide/src/base-ui/ |
| D | icon.svg | 3 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 6 </g> 9 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 12 </g> 15 …<g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd" opacity… 16 <g id="preview" transform="translate(1.000672, 0.843976)" fill="currentColor"> 17 <g id="marshalling" transform="translate(0.000000, 3.000000)"> 19 </g> 21 </g> 22 </g> [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/ |
| D | icon.svg | 3 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 6 </g> 9 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 12 </g> 15 …<g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd" opacity… 16 <g id="preview" transform="translate(1.000672, 0.843976)" fill="currentColor"> 17 <g id="marshalling" transform="translate(0.000000, 3.000000)"> 19 </g> 21 </g> 22 </g> [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ColorTemplate.ets | 20 public static argb(a: number, r: number, g: number, b: number): number{ 21 return 0xff000000 | (a << 24) | (r << 16) | (g << 8) | b; 24 public static rgb(r: number, g: number, b: number): number{ 25 return 0xff000000 | (r << 16) | (g << 8) | b; 44 public static RGBToHSV(r,g,b,hsv:number[]){ 46 let arr = [r,g,b]; 60 } else if (max === r && g >= b) { 61 h = 60 * ((g - b) / (max - min)) + 0; 62 } else if (max === r && g < b) { 63 h = 60 * ((g - b) / (max - min)) + 360 [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | FrameChartStruct.ts | 25 g: 145, 102 …frameChartBeanCanvasCtx.fillStyle = `rgba(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b}, ${lightB… 105 frameChartBeanCanvasCtx.fillStyle = `rgba(${color.r}, ${color.g}, ${color.b}, 0.9)`; 123 frameChartBeanCanvasCtx.strokeStyle = `rgb(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b})`; 150 g: Math.floor(110 + 105 * (1 - widthPercentage)),
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | FrameChartStruct.ts | 25 g: 145, 102 …frameChartBeanCanvasCtx.fillStyle = `rgba(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b}, ${lightB… 105 frameChartBeanCanvasCtx.fillStyle = `rgba(${color.r}, ${color.g}, ${color.b}, 0.9)`; 123 frameChartBeanCanvasCtx.strokeStyle = `rgb(${lightBlue.r}, ${lightBlue.g}, ${lightBlue.b})`; 150 g: Math.floor(110 + 105 * (1 - widthPercentage)),
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | README_zh.md | 43 | -g | 是否采集gpu。 |否| 66 -g get gpuFreq and gpuLoad 73 Example: SP_daemon -N 20 -PKG ohos.samples.ecg -c -g -t -p -f 79 2)执行示例命令:SP_daemon -N 20 -PKG ohos.samples.ecg -c -g -t -p -f。
|
| /developtools/global_resource_tool/ |
| D | CMakeLists.txt | 10 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -fstack-protector -O2 -g -Wall") 14 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -fstack-protector -O2 -g -Wall")
|
| D | README.md | 30 resource tool command e.g: 40 -e start id mask, e.g 0x01000000, in [0x01000000, 0x06FFFFFF),[0x08000000, 0x41FFFFFF)
|
| D | win32.cmake | 3 SET(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/network_data/ |
| D | network_plugin_result.proto | 22 string type = 3; // e.g. "wlan0", "rmnet0", etc. 36 string type = 1; // e.g. "wlan0", "rmnet0", etc.
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/network_data/ |
| D | network_plugin_result.proto | 22 string type = 3; // e.g. "wlan0", "rmnet0", etc. 36 string type = 1; // e.g. "wlan0", "rmnet0", etc.
|
| /developtools/profiler/protos/types/plugins/network_data/ |
| D | network_plugin_result.proto | 22 string type = 3; // e.g. "wlan0", "rmnet0", etc. 36 string type = 1; // e.g. "wlan0", "rmnet0", etc.
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/ |
| D | README.md | 55 …--product_name {your_product_name} --oh_path {root_path_of_oh} [-g] [-s] [-b]`运行代码,其中-g表示直接使用上次扫描的…
|
| /developtools/profiler/host/smartperf/trace_streamer/doc/ |
| D | compile_trace_streamer.md | 17 |windows |gcc.exe/g++.exe| (i686-posix-dwarf-rev0, Built by MinGW-W64 project) 8.1.0|
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | compile_trace_streamer.md | 17 |windows |gcc.exe/g++.exe| (i686-posix-dwarf-rev0, Built by MinGW-W64 project) 8.1.0|
|
| /developtools/profiler/hiebpf/ |
| D | BUILD.gn | 49 "-g", 64 "-g",
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 67 .g {
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/hilog_data/ |
| D | hilog_plugin_config.proto | 35 // set the pid for get log e.g. hilogcat --pid=111
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hilog_data/ |
| D | hilog_plugin_config.proto | 35 // set the pid for get log e.g. hilogcat --pid=111
|
| /developtools/profiler/protos/types/plugins/hilog_data/ |
| D | hilog_plugin_config.proto | 35 // set the pid for get log e.g. hilogcat --pid=111
|
| /developtools/profiler/host/smartperf/doc/ |
| D | compile_smartperf.md | 37 npm install -g typescript
|
| /developtools/hdc/scripts/ |
| D | build_standalone_linux_host.sh | 88 …g++ ${DEFINES} ${CXXFLAGS} ${INCLUDES} $(find src/common/ src/host/ \( -name "*.cpp" -or -name "*.…
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | component_validator.js | 1136 const transArray = [/\\a/g, /\\b/g, /\\f/g, /\\n/g, /\\r/g, /\\t/g, 1137 /\\v/g, /\\\\/g, /\\'/g, /\\"/g, /\\0/g]
|
| /developtools/ace_ets2bundle/compiler/codegen/ |
| D | codegen_ets.js | 15 …g="[object Array]",h="[object Boolean]",E="[object Date]",T="[object Error]",S="[object Function]"… function
|
| /developtools/profiler/device/plugins/api/test/fuzztest/pluginstartsessioncmd_fuzzer/ |
| D | BUILD.gn | 25 "-g",
|