Home
last modified time | relevance | path

Searched refs:PercentOf (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dcompilation-statistics.cc89 double percent = stats.delta_.PercentOf(total_stats.delta_); in WriteLine()
/third_party/node/deps/v8/src/base/platform/
Dtime.h168 double PercentOf(const TimeDelta& other) const { in PercentOf() function