Home
last modified time | relevance | path

Searched refs:count_stop_ (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtimer_test.cpp85 // number of measurements increases, it increases |count_stop_| by the number of
87 // |count_stop_|.
91 : CumulativeTimer(out, measure_mem_usage), count_stop_(0) {} in MockCumulativeTimer()
92 double CPUTime() override { return count_stop_ * 0.019123; }
93 double WallTime() override { return count_stop_ * 0.019723; }
94 double UserTime() override { return count_stop_ * 0.012723; }
95 double SystemTime() override { return count_stop_ * 0.002723; }
96 long RSS() const override { return count_stop_ * 360L; }
97 long PageFault() const override { return count_stop_ * 3600L; }
99 // Calling Stop() does nothing but just increases |count_stop_| b
103 unsigned int count_stop_; global() member in spvtools::utils::__anon22256::MockCumulativeTimer
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtimer_test.cpp85 // number of measurements increases, it increases |count_stop_| by the number of
87 // |count_stop_|.
91 : CumulativeTimer(out, measure_mem_usage), count_stop_(0) {} in MockCumulativeTimer()
92 double CPUTime() override { return count_stop_ * 0.019123; }
93 double WallTime() override { return count_stop_ * 0.019723; }
94 double UserTime() override { return count_stop_ * 0.012723; }
95 double SystemTime() override { return count_stop_ * 0.002723; }
96 long RSS() const override { return count_stop_ * 360L; }
97 long PageFault() const override { return count_stop_ * 3600L; }
99 // Calling Stop() does nothing but just increases |count_stop_| b
103 unsigned int count_stop_; global() member in spvtools::utils::__anon23513::MockCumulativeTimer
[all...]
/third_party/spirv-tools/test/
H A Dtimer_test.cpp85 // number of measurements increases, it increases |count_stop_| by the number of
87 // |count_stop_|.
91 : CumulativeTimer(out, measure_mem_usage), count_stop_(0) {} in MockCumulativeTimer()
92 double CPUTime() override { return count_stop_ * 0.019123; }
93 double WallTime() override { return count_stop_ * 0.019723; }
94 double UserTime() override { return count_stop_ * 0.012723; }
95 double SystemTime() override { return count_stop_ * 0.002723; }
96 long RSS() const override { return count_stop_ * 360L; }
97 long PageFault() const override { return count_stop_ * 3600L; }
99 // Calling Stop() does nothing but just increases |count_stop_| b
103 unsigned int count_stop_; global() member in spvtools::utils::__anon27088::MockCumulativeTimer
[all...]

Completed in 2 milliseconds