Chromium Code Reviews
DescriptionOS::TimeCurrentMillis should return double not long double
Make sure the value returned from OS::TimeCurrentMillis is cast to double (not long double). I also tried assigning the result of the expression to double variable and doing static_cast<double> but those are not enough on gcc. Not sure if we want this patch. I'm going to change profiler code to return microseconds as int64_t anyways.
BUG=v8:2824
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|
|||||||||||||||||||