Home
last modified time | relevance | path

Searched refs:mb (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerCommon.ts424 let mb = (1 << 10) << 10;
429 } else if (currentBytes > mb) {
430 res += (currentBytes / mb).toFixed(2) + ' Mb';
/developtools/hiperf/src/
Dsubcommand_record.cpp1770 double mb = static_cast<double>(fileWriter_->GetDataSize()) / (KILO * KILO); in RecordCompleted() local
1772 printf("[ hiperf record: Captured and compressed %.3f MB perf data. ]\n", mb); in RecordCompleted()
1774 printf("[ hiperf record: Captured %.3f MB perf data. ]\n", mb); in RecordCompleted()
/developtools/profiler/hiebpf/include/
Dvmlinux.h143101 struct rockchip_mbox *mb; member