Home
last modified time | relevance | path

Searched refs:Ticks (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc457 // Ticks := platform-specific timer values (CPU cycles on x86). Must be
460 using Ticks = uint32_t;
463 Ticks TimerResolution() { in TimerResolution()
465 Ticks repetitions[Params::kTimerSamples]; in TimerResolution()
467 Ticks samples[Params::kTimerSamples]; in TimerResolution()
469 const Ticks t0 = timer::Start32(); in TimerResolution()
470 const Ticks t1 = timer::Stop32(); in TimerResolution()
478 static const Ticks timer_resolution = TimerResolution();
483 Ticks SampleUntilStable(const double max_rel_mad, double* rel_mad, in SampleUntilStable()
485 auto measure_duration = [&lambda]() -> Ticks { in SampleUntilStable()
[all...]
/third_party/gn/src/util/
H A Dticks.h10 using Ticks = uint64_t;
32 Ticks TicksNow();
34 TickDelta TicksDelta(Ticks new_ticks, Ticks old_ticks);
42 Ticks start_;
/third_party/gn/src/gn/
H A Dtrace.h49 Ticks begin() const { return begin_; } in begin()
50 void set_begin(Ticks b) { begin_ = b; } in set_begin()
51 Ticks end() const { return end_; } in end()
52 void set_end(Ticks e) { end_ = e; } in set_end()
69 Ticks begin_;
70 Ticks end_;
H A Dimport_manager.cc107 Ticks import_block_begin = TicksNow(); in DoImport()
123 Ticks import_block_end = TicksNow(); in DoImport()
/third_party/gn/src/base/files/
H A Dfile.h111 Ticks last_modified;
114 Ticks last_accessed;
117 Ticks creation_time;
H A Dfile_enumerator.h54 Ticks GetLastModifiedTime() const;
H A Dfile_enumerator_posix.cc52 Ticks FileEnumerator::FileInfo::GetLastModifiedTime() const { in GetLastModifiedTime()
H A Dfile_enumerator_win.cc58 Ticks FileEnumerator::FileInfo::GetLastModifiedTime() const { in GetLastModifiedTime()
/third_party/gn/src/base/timer/
H A Delapsed_timer.h24 Ticks begin_;
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs299 UInt64 encodeTime = (UInt64)sp2.Ticks; in LzmaBenchmark()
316 decodeTime = (ulong)sp.Ticks; in LzmaBenchmark()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDurationPartial.cs107 long ticks = timeSpan.Ticks; in FromTimeSpan()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp47 Long pixelTime = Ticks(); in generate()
82 cycles[PERF_PIXEL] = Ticks() - pixelTime; in generate()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp54 Long pipeTime = Ticks(); in quad()
106 Long interpTime = Ticks(); in quad()
194 cycles[PERF_INTERP] += Ticks() - interpTime; in quad()
202 Long shaderTime = Ticks(); in quad()
208 cycles[PERF_SHADER] += Ticks() - shaderTime; in quad()
234 Long ropTime = Ticks(); in quad()
263 cycles[PERF_ROP] += Ticks() - ropTime; in quad()
277 cycles[PERF_PIPE] += Ticks() - pipeTime; in quad()
H A DPixelPipeline.cpp1234 Long texTime = Ticks();
1258 cycles[PERF_TEX] += Ticks() - texTime;
H A DPixelProgram.cpp785 Long texTime = Ticks(); in sampleTexture()
792 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp2677 RValue<Long> Ticks();
H A DLLVMReactor.cpp3591 RValue<Long> Ticks() in Ticks() function
H A DSubzeroReactor.cpp4237 RValue<Long> Ticks()
4240 UNIMPLEMENTED_NO_BUG("RValue<Long> Ticks()");

Completed in 28 milliseconds