Searched refs:stats (Results 1 - 10 of 10) sorted by relevance
/developtools/ace_js2bundle/ace-loader/src/lite/ |
H A D | lite-image-coverter-plugin.js | 45 const stats = fs.statSync(filePath); 46 if (stats.isFile()) { 50 } else if (stats.isDirectory()) {
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
H A D | ftrace_parser.cpp | 411 bool FtraceParser::ParsePerCpuStatus(PerCpuStats& stats, const std::string& perCpuStats) in ParsePerCpuStatus() argument 426 ss >> stats.entries; in ParsePerCpuStatus() 429 ss >> stats.overrun; in ParsePerCpuStatus() 432 ss >> stats.commitOverrun; in ParsePerCpuStatus() 435 ss >> stats.bytes; in ParsePerCpuStatus() 438 ss >> stats.oldestEventTs; in ParsePerCpuStatus() 441 ss >> stats.nowTs; in ParsePerCpuStatus() 444 ss >> stats.droppedEvents; in ParsePerCpuStatus() 447 ss >> stats.readEvents; in ParsePerCpuStatus()
|
H A D | flow_controller.cpp | 215 CHECK_TRUE(ParsePerCpuStatus(traceResult, TRACE_START), false, "parse TRACE_START stats failed!"); in ParseBasicData() 216 CHECK_TRUE(tansporter_->Submit(std::move(traceResult)), false, "report TRACE_START stats failed!"); in ParseBasicData() 221 CHECK_TRUE(ParsePerCpuStatus(traceResult, TRACE_START), false, "parse TRACE_START stats failed!"); in ParseBasicData() 613 // parse per cpu stats 616 CHECK_TRUE(ParsePerCpuStatus(traceResult, TRACE_END), -1, "parse TRACE_END stats FAILED!"); 617 CHECK_TRUE(tansporter_->Submit(std::move(traceResult)), -1, "report TRACE_END stats FAILED!"); 622 CHECK_TRUE(ParsePerCpuStatus(traceResult, TRACE_END), -1, "parse TRACE_END stats FAILED!"); 659 PerCpuStats stats = {}; 660 stats.cpuIndex = i; 661 ftraceParser_->ParsePerCpuStatus(stats, FtraceFsOp [all...] |
/developtools/ace_js2bundle/ace-loader/test/lite/commandTest/ |
H A D | compile.js | 25 compiler.run((err, stats) => {
|
/developtools/ace_js2bundle/ace-loader/src/ |
H A D | compile-plugin.js | 96 compiler.hooks.done.tap('Result States', (stats) => { 104 mStats = stats;
|
/developtools/ace_js2bundle/ace-loader/ |
H A D | webpack.lite.config.js | 117 stats: 'none',
|
H A D | webpack.rich.config.js | 197 stats: 'none'
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
H A D | ftrace_parser.h | 41 bool ParsePerCpuStatus(PerCpuStats& stats, const std::string& perCpuStats);
|
/developtools/ace_ets2bundle/compiler/ |
H A D | webpack.config.js | 114 stats: { preset: 'none' },
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 981 struct sched_statistics stats; member 2340 struct taskstats *stats; member 3211 struct blk_queue_stats *stats; member 10015 struct bpf_prog_stats *stats; member 10234 struct net_device_stats stats; member 12199 struct ipv6_devstat stats; member 12570 struct neigh_statistics *stats; member 15442 struct cpufreq_stats *stats; member 15477 void *stats; member 23390 struct sched_statistics stats; member 26119 } stats; global() member 34681 struct strp_stats stats; global() member 39146 struct zs_size_stat stats; global() member 39162 struct zs_pool_stats stats; global() member 44093 struct rpc_stat *stats; global() member 49285 struct transaction_stats_s *stats; global() member 54676 struct sctp_priv_assoc_stats stats; global() member 56997 struct xfrm_stats stats; global() member 62406 struct io_stats_per_prio stats; global() member 62648 struct rdma_hw_stats *stats; global() member 69241 struct mdio_bus_stats stats[32]; global() member 110614 struct virtio_balloon_stat stats[10]; global() member 114292 struct port_stats stats; global() member 125293 struct ata_port_stats stats; global() member 128311 struct flow_stats stats; global() member 133038 struct ehci_stats stats; global() member 136329 struct devfreq_stats stats; global() member 137382 struct dm_stats stats; global() member 138532 } stats; global() member 149450 struct pcpu_sw_netstats *stats; global() member 149864 struct devlink_dev_stats stats; global() member 149909 struct net_dm_stats stats; global() member 151049 struct devlink_stats *stats; global() member 151057 struct devlink_stats *stats; global() member 151392 struct tc_qopt_offload_stats stats; global() member 151954 struct tc_qopt_offload_stats stats; global() member 153208 u64 stats[9]; global() member 154720 struct trie_use_stats *stats; global() member 157374 union tpacket_stats_u stats; global() member 159293 struct ncsi_channel_stats stats; global() member [all...] |
Completed in 400 milliseconds