Home
last modified time | relevance | path

Searched refs:Timer (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dtimer.h28 // function does nothing. Otherwise, it prints resource types measured by Timer
32 // calling Timer::Report() to inform what those fields printed by
33 // Timer::Report() indicate (or spvtools::utils::PrintTimerDescription() must be
52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
58 // Prints the description of resource types measured by Timer class. If |out| is
62 // calling Timer::Report() to inform what those fields printed by
63 // Timer::Report() indicate.
66 // Status of Timer. kGetrusageFailed means it failed in calling getrusage().
77 // Timer measures the resource utilization for a range of code. The resource
84 // spvtools::utils::Timer time
94 class Timer { global() class
96 Timer(std::ostream* out, bool measure_mem_usage = false) Timer() function in spvtools::utils::Timer
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dtimer.h28 // function does nothing. Otherwise, it prints resource types measured by Timer
32 // calling Timer::Report() to inform what those fields printed by
33 // Timer::Report() indicate (or spvtools::utils::PrintTimerDescription() must be
52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
58 // Prints the description of resource types measured by Timer class. If |out| is
62 // calling Timer::Report() to inform what those fields printed by
63 // Timer::Report() indicate.
66 // Status of Timer. kGetrusageFailed means it failed in calling getrusage().
77 // Timer measures the resource utilization for a range of code. The resource
84 // spvtools::utils::Timer time
94 class Timer { global() class
96 Timer(std::ostream* out, bool measure_mem_usage = false) Timer() function in spvtools::utils::Timer
[all...]
/third_party/spirv-tools/source/util/
H A Dtimer.h28 // function does nothing. Otherwise, it prints resource types measured by Timer
32 // calling Timer::Report() to inform what those fields printed by
33 // Timer::Report() indicate (or spvtools::utils::PrintTimerDescription() must be
52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
58 // Prints the description of resource types measured by Timer class. If |out| is
62 // calling Timer::Report() to inform what those fields printed by
63 // Timer::Report() indicate.
66 // Status of Timer. kGetrusageFailed means it failed in calling getrusage().
77 // Timer measures the resource utilization for a range of code. The resource
84 // spvtools::utils::Timer time
94 class Timer { global() class
96 Timer(std::ostream* out, bool measure_mem_usage = false) Timer() function in spvtools::utils::Timer
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTimer.h1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
76 class Timer { class
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group.
86 Timer *Next = nullptr; ///< Next timer in the group.
88 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer() function in llvm::Timer
91 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() function in llvm::Timer
94 Timer(cons in Timer() function in llvm::Timer
104 explicit Timer() {} Timer() function in llvm::Timer
[all...]
H A DSignposts.h22 class Timer;
36 void startTimerInterval(Timer *T);
38 void endTimerInterval(Timer *T);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimer.h1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
76 class Timer { class
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group.
86 Timer *Next; ///< Next timer in the group.
88 explicit Timer(StringRef Name, StringRef Description) { in Timer() function in llvm::Timer
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { in Timer() function in llvm::Timer
94 Timer(cons in Timer() function in llvm::Timer
104 explicit Timer() {} Timer() function in llvm::Timer
[all...]
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctionClassesCjsExportAssignment.js7 function Timer(timeout) { class
10 module.exports = Timer;
27 * @typedef {import("./timer")} Timer
36 * @prop {Timer} timer
44 * @prop {Timer} timer
78 function Timer(timeout) {
81 module.exports = Timer;
86 * @typedef {import("./timer")} Timer
94 * @prop {Timer} timer
101 * @prop {Timer} time
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DTimer.cpp15 #include "Timer.hpp"
40 Timer::Timer() in Timer() function in sw::Timer
44 Timer::~Timer() in ~Timer()
48 double Timer::seconds() in seconds()
59 int64_t Timer::ticks() in ticks()
74 int64_t Timer::counter() in counter()
87 int64_t Timer::frequency() in frequency()
H A DTimer.hpp22 class Timer class
25 Timer();
27 ~Timer();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPassTimingInfo.cpp29 #include "llvm/Support/Timer.h"
62 DenseMap<PassInstanceID, std::unique_ptr<Timer>> TimingData; ///< timers for pass instances
84 Timer *getPassTimer(Pass *, PassInstanceID);
89 Timer *newPassTimer(StringRef PassID, StringRef PassDesc);
119 Timer *PassTimingInfo::newPassTimer(StringRef PassID, StringRef PassDesc) { in newPassTimer()
125 return new Timer(PassID, PassDescNumbered, TG); in newPassTimer()
128 Timer *PassTimingInfo::getPassTimer(Pass *P, PassInstanceID Pass) { in getPassTimer()
134 std::unique_ptr<Timer> &T = TimingData[Pass]; in getPassTimer()
150 Timer *getPassTimer(Pass *P) { in getPassTimer()
170 Timer
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DTimer.cpp15 #include "Timer.hpp"
40 Timer::Timer() in Timer() function in sw::Timer
44 Timer::~Timer() in ~Timer()
48 double Timer::seconds() in seconds()
59 int64_t Timer::ticks() in ticks()
77 int64_t Timer::counter() in counter()
90 int64_t Timer::frequency() in frequency()
H A DTimer.hpp22 class Timer class
25 Timer();
27 ~Timer();
/third_party/python/Lib/test/
H A Dtest_timeit.py73 self.assertRaises(ValueError, timeit.Timer, stmt=None)
74 self.assertRaises(SyntaxError, timeit.Timer, stmt='return')
75 self.assertRaises(SyntaxError, timeit.Timer, stmt='yield')
76 self.assertRaises(SyntaxError, timeit.Timer, stmt='yield from ()')
77 self.assertRaises(SyntaxError, timeit.Timer, stmt='break')
78 self.assertRaises(SyntaxError, timeit.Timer, stmt='continue')
79 self.assertRaises(SyntaxError, timeit.Timer, stmt='from timeit import *')
80 self.assertRaises(SyntaxError, timeit.Timer, stmt=' pass')
81 self.assertRaises(SyntaxError, timeit.Timer,
85 self.assertRaises(ValueError, timeit.Timer, setu
[all...]
/third_party/skia/third_party/externals/angle2/util/
H A DTimer.cpp6 // Timer.cpp: Implementation of a high precision timer class.
9 #include "util/Timer.h"
13 Timer::Timer() : mRunning(false), mStartTime(0), mStopTime(0) {} in Timer() function in Timer
15 void Timer::start() in start()
22 void Timer::stop() in stop()
29 double Timer::getElapsedWallClockTime() const in getElapsedWallClockTime()
44 double Timer::getElapsedCpuTime() const in getElapsedCpuTime()
H A DTimer.h10 class Timer final
13 Timer();
14 ~Timer() {} in ~Timer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignposts.cpp11 #include "llvm/Support/Timer.h"
41 DenseMap<const Timer *, os_signpost_id_t> Signposts;
44 os_signpost_id_t getSignpostForTimer(const Timer *T) { in getSignpostForTimer()
59 void startTimerInterval(Timer *T) { in startTimerInterval()
68 void endTimerInterval(Timer *T) { in endTimerInterval()
107 void SignpostEmitter::startTimerInterval(Timer *T) { in startTimerInterval()
115 void SignpostEmitter::endTimerInterval(Timer *T) { in endTimerInterval()
H A DTimer.cpp1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
13 #include "llvm/Support/Timer.h"
43 /// Allows llvm::Timer to emit signposts when supported.
91 // Timer Implementation
94 void Timer::init(StringRef TimerName, StringRef TimerDescription) { in init()
98 void Timer::init(StringRef TimerName, StringRef TimerDescription, in init()
100 assert(!TG && "Timer already initialized"); in init()
108 Timer::~Timer() { in ~Timer()
138 void Timer
[all...]
/third_party/skia/tools/viewer/
H A DStatsLayer.h20 typedef int Timer; typedef in StatsLayer
22 Timer addTimer(const char* label, SkColor color, SkColor labelColor = 0);
23 void beginTiming(Timer);
24 void endTiming(Timer);
/third_party/skia/tests/
H A DTest.cpp73 skiatest::Timer::Timer() : fStartNanos(SkTime::GetNSecs()) {} in Timer() function in skiatest::Timer
75 double skiatest::Timer::elapsedNs() const { in elapsedNs()
79 double skiatest::Timer::elapsedMs() const { return this->elapsedNs() * 1e-6; } in elapsedMs()
81 SkMSec skiatest::Timer::elapsedMsInt() const { in elapsedMsInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
94 // Timer Implementation
97 void Timer::init(StringRef Name, StringRef Description) { in init()
101 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) { in init()
102 assert(!TG && "Timer already initialized"); in init()
110 Timer::~Timer() { in ~Timer()
140 void Timer::startTimer() { in startTimer()
146 void Timer
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassTimingInfo.h22 #include "llvm/Support/Timer.h"
37 Timer *getPassTimer(Pass *);
59 DenseMap<PassInvocationID, std::unique_ptr<Timer>> TimingData;
65 SmallVector<Timer *, 8> TimerStack;
97 Timer &getPassTimer(StringRef PassID);
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTimer.h20 class Timer { class
22 virtual ~Timer() { in ~Timer()
25 // Timer functionality: Use start() and stop() to record the duration and use
37 Timer* CreateTimer();
H A DOSXTimer.cpp15 #include "utils/Timer.h"
23 class OSXTimer : public Timer {
25 OSXTimer() : Timer(), mRunning(false), mSecondCoeff(0) { in OSXTimer()
73 Timer* CreateTimer() { in CreateTimer()
H A DWindowsTimer.cpp15 #include "utils/Timer.h"
21 class WindowsTimer : public Timer {
23 WindowsTimer() : Timer(), mRunning(false), mFrequency(0) { in WindowsTimer()
85 Timer* CreateTimer() { in CreateTimer()
/third_party/skia/third_party/externals/angle2/samples/tex_redef_microbench/
H A DTexRedefMicroBench.cpp266 Timer mOrigTimer;
267 Timer mResizeDrawTimer;
268 Timer mResizeDefineTimer;
269 Timer mNewTexDrawTimer;
270 Timer mNewTexDefineTimer;

Completed in 10 milliseconds

1234