Searched refs:init_mem_usage (Results 1 – 3 of 3) sorted by relevance
53 auto init_mem_usage = results.init_mem_usage(); in OnBenchmarkEnd() local61 if (!init_mem_usage.IsSupported()) return; in OnBenchmarkEnd()67 << init_mem_usage.max_rss_kb / 1024.0 in OnBenchmarkEnd()212 const auto init_mem_usage = init_end_mem_usage - start_mem_usage; in Run() local240 warmup_time_us, inference_time_us, init_mem_usage, in Run()
48 const profiling::memory::MemoryUsage& init_mem_usage, in BenchmarkResults() argument55 init_mem_usage_(init_mem_usage), in BenchmarkResults()71 const profiling::memory::MemoryUsage& init_mem_usage() const { in init_mem_usage() function
153 auto init_mem_usage = results.init_mem_usage(); in WriteBenchmarkResultCsv() local171 << (init_mem_usage.max_rss_kb / 1024.0) << "," in WriteBenchmarkResultCsv()172 << (init_mem_usage.total_allocated_bytes / 1024.0 / 1024.0) << "," in WriteBenchmarkResultCsv()173 << (init_mem_usage.in_use_allocated_bytes / 1024.0 / 1024.0) << "," in WriteBenchmarkResultCsv()