Searched refs:wrCountPerSec (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_disk_io_parser.cpp | 39 double wrCountPerSec = 0; // The amount of data written to the device per second kB_wrtn/s in Parse() local 45 wrCountPerSec += statsInfo.wr_per_sec(); in Parse() 53 wrCountPerSec, rdCount, wrCount}); in Parse() 78 …1.0 * (itor->wrSectorsKb - itor->prevWrSectorsKb) / durS, itor->rdCountPerSec, itor->wrCountPerSec, in Finish()
|
| D | htrace_disk_io_parser.h | 43 double wrCountPerSec; // 每秒向设备写入的数据量 kB_wrtn/s member
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_disk_io_parser.cpp | 39 double wrCountPerSec = 0; // The amount of data written to the device per second kB_wrtn/s in Parse() local 45 wrCountPerSec += statsInfo.wr_per_sec(); in Parse() 53 wrCountPerSec, rdCount, wrCount}); in Parse() 78 …1.0 * (itor->wrSectorsKb - itor->prevWrSectorsKb) / durS, itor->rdCountPerSec, itor->wrCountPerSec, in Finish()
|
| D | htrace_disk_io_parser.h | 43 double wrCountPerSec; // 每秒向设备写入的数据量 kB_wrtn/s member
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | table_test.cpp | 368 double wrCountPerSec = 2; variable 373 wrCountPerSec, rdCount, wrCount);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 1371 double wrCountPerSec, in AppendNewData() argument 1382 wrCountPerSec_.emplace_back(wrCountPerSec); in AppendNewData()
|
| D | trace_stdtype.h | 1070 double wrCountPerSec,
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 1378 double wrCountPerSec, in AppendNewData() argument 1389 wrCountPerSec_.emplace_back(wrCountPerSec); in AppendNewData()
|
| D | trace_stdtype.h | 1075 double wrCountPerSec,
|