/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats.cc | 56 time_(time.InMicroseconds()), in Entry() 62 if (time_ < other.time_) return true; in operator <() 63 if (time_ > other.time_) return false; in operator <() 71 os << std::setw(10) << static_cast<double>(time_) / 1000 << "ms "; in Print() 83 time_percent_ = 100.0 * time_ / total_time.InMicroseconds(); in SetTotal() 90 int64_t time_; member in v8::internal::RuntimeCallStatEntries::Entry 103 time_ = 0; in Reset() 109 value->AppendDouble(time_); in Dump() 115 time_ += other->time().InMicroseconds(); in Add()
|
D | counters.h | 314 void Start() { time_ = base::TimeDelta(); } in Start() 316 if (time_ != base::TimeDelta()) { in Stop() 319 AddSample(static_cast<int>(time_.InMicroseconds())); in Stop() 324 void Add(base::TimeDelta other) { time_ += other; } in Add() 334 base::TimeDelta time_; variable
|
D | runtime-call-stats.h | 36 : name_(name), count_(0), time_(0) {} in RuntimeCallCounter() 44 return base::TimeDelta::FromMicroseconds(time_); in time() 47 void Add(base::TimeDelta delta) { time_ += delta.InMicroseconds(); } in Add() 55 int64_t time_; variable
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | processor.mjs | 501 const time_ = parseInt(time); 502 if (type === 'Deprecate') return this.deprecateMap(type, time_, from); 506 const from_ = this.getOrCreateMapEntry(from, time_); 507 const to_ = this.getOrCreateMapEntry(to, time_);
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-win32.cc | 285 FILETIME& ft() { return time_.ft_; } in ft() 288 int64_t& t() { return time_.t_; } in t() 300 TimeStamp time_; member in v8::base::Win32Time 388 this->time_.t_ = init_time.t_ + (static_cast<int64_t>(elapsed) * 10000); in SetToCurrentTime()
|
/third_party/python/Lib/ |
D | mailbox.py | 1653 def set_from(self, from_, time_=None): argument 1655 if time_ is not None: 1656 if time_ is True: 1657 time_ = time.gmtime() 1658 from_ += ' ' + time.asctime(time_)
|
/third_party/python/Doc/library/ |
D | mailbox.rst | 1008 .. method:: set_from(from_, time_=None) 1011 leading "From " or trailing newline. For convenience, *time_* may be 1013 *time_* is specified, it should be a :class:`time.struct_time` instance, a 1379 .. method:: set_from(from_, time_=None) 1382 leading "From " or trailing newline. For convenience, *time_* may be 1384 *time_* is specified, it should be a :class:`time.struct_time` instance, a
|
/third_party/python/Lib/test/ |
D | test_zipfile.py | 91 fn, date, time_, size = lines[1].split() 94 self.assertTrue(time.strptime(time_, '%H:%M:%S')) 717 fn, date, time_, size = lines[1].split() 720 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
|
/third_party/vk-gl-cts/external/vulkancts/ |
D | README.md | 125 To pick which ABI to use at _install time_, use the following command instead:
|
/third_party/node/doc/api/ |
D | events.md | 159 listener is invoked _every time_ the named event is emitted.
|
/third_party/tzdata/ |
D | australasia | 999 # Minute: how Australians learned to tell the time_ (1993), Perth native
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program.txt | 4266 matrix _at track matrix validation time_. In practice this means,
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program.txt | 4266 matrix _at track matrix validation time_. In practice this means,
|