12010-01-22 Kwang Yul Seo <skyul@company100.net>
2
3 Reviewed by NOBODY (OOPS!).
4
5 [BREWMP] Port getCPUTime
6 https://bugs.webkit.org/show_bug.cgi?id=33572
7
8 Use GETUPTIMEMS which returns a continuously and
9 linearly increasing millisecond timer from the time the device
10 was powered on. This function is enough to implement getCPUTime.
11
12 * runtime/TimeoutChecker.cpp:
13 (JSC::getCPUTime):
14