HomeSort by relevance Sort by last modified time
    Searched defs:Timing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/base/
timing.h 20 class Timing {
22 Timing();
23 virtual ~Timing();
33 // timing unit, they do not necessarily correlate because wall-clock
49 // Timing object for each thread.
timing.cc 11 #include "webrtc/base/timing.h"
29 Timing::Timing() {
42 Timing::~Timing() {
50 double Timing::WallTimeNow() {
67 double Timing::TimerNow() {
71 double Timing::BusyWait(double period) {
78 double Timing::IdleWait(double period) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Timing.h 40 struct Timing {
56 static const Timing& defaults()
58 DEFINE_STATIC_LOCAL(Timing, timing, ());
59 return timing;
62 Timing()
  /art/runtime/base/
timing_logger.h 77 // A timing logger that knows when a split starts for the purposes of logging tools, like systrace.
82 class Timing {
84 Timing(uint64_t time, const char* name) : time_(time), name_(name) {
140 // Starts a timing.
142 // Ends the current timing.
144 // End the current timing and start a new timing. Usage not recommended.
151 // Find the index of a timing by name.
155 // Scoped timing splits that can be nested and composed with the explicit split
165 // Closes the current timing and opens a new timing
    [all...]

Completed in 195 milliseconds