Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt

Issue 864943002: Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More changes based on review comments. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/compositor/layer_animator.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
7 TimerTest.RepeatingTimer* 6 TimerTest.RepeatingTimer*
8 7
9 # This Windows-native sampling profiler test does not work under our tools 8 # This Windows-native sampling profiler test does not work under our tools
10 # because it assumes the original code runs, not the modified version 9 # because it assumes the original code runs, not the modified version
11 # with instrumentation. See http://crbug.com/106829 10 # with instrumentation. See http://crbug.com/106829
12 SamplingProfilerTest.Sample 11 SamplingProfilerTest.Sample
OLDNEW
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/compositor/layer_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698