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.HighResNow |
| 7 TimerTest.RepeatingTimer* | 7 TimerTest.RepeatingTimer* |
| 8 | |
| 9 # This Windows-native sampling profiler test does not | |
| 10 # work under valgrind because it assumes the original | |
| 11 # code runs, not the modified version under valgrind. | |
| 12 SamplingProfileTest.Sample | |
|
Timur Iskhodzhanov
2011/12/08 09:49:48
You've meant SamplingProfilerTest.Sample ?
cbentzel
2011/12/08 10:40:53
Whoops, yes.
| |
| OLD | NEW |