Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Too slow under Valgrind/Wine and TSan/Windows | 1 # Too slow under Valgrind/Wine and TSan/Windows |
| 2 TimeTicks.WinRollover | 2 TimeTicks.WinRollover |
| 3 | 3 |
| 4 # Very sensitive to slowdown | 4 # Very sensitive to slowdown |
| 5 TimeTicks.Deltas | 5 TimeTicks.Deltas |
| 6 TimeTicks.HighResNow | 6 TimeTicks.Now |
|
miu
2015/01/22 20:06:42
Actually, you should should just remove the line.
charliea_google.com
2015/01/22 22:56:58
Done.
| |
| 7 TimerTest.RepeatingTimer* | 7 TimerTest.RepeatingTimer* |
| 8 | 8 |
| 9 # This Windows-native sampling profiler test does not work under our tools | 9 # This Windows-native sampling profiler test does not work under our tools |
| 10 # because it assumes the original code runs, not the modified version | 10 # because it assumes the original code runs, not the modified version |
| 11 # with instrumentation. See http://crbug.com/106829 | 11 # with instrumentation. See http://crbug.com/106829 |
| 12 SamplingProfilerTest.Sample | 12 SamplingProfilerTest.Sample |
| OLD | NEW |