Home
last modified time | relevance | path

Searched refs:time_ (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc56 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()
Dcounters.h314 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
Druntime-call-stats.h36 : 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/
Dprocessor.mjs501 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/
Dplatform-win32.cc285 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/
Dmailbox.py1653 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/
Dmailbox.rst1008 .. 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/
Dtest_zipfile.py91 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/
DREADME.md125 To pick which ABI to use at _install time_, use the following command instead:
/third_party/node/doc/api/
Devents.md159 listener is invoked _every time_ the named event is emitted.
/third_party/tzdata/
Daustralasia999 # Minute: how Australians learned to tell the time_ (1993), Perth native
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program.txt4266 matrix _at track matrix validation time_. In practice this means,
/third_party/openGLES/extensions/NV/
DNV_vertex_program.txt4266 matrix _at track matrix validation time_. In practice this means,