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

Side by Side Diff: dm/DMTestTask.h

Issue 178473006: DM: also run benches once. (Closed) Base URL: https://skia.googlesource.com/skia.git@dm
Patch Set: add note Created 6 years, 9 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 | « dm/DMTask.cpp ('k') | dm/DMTestTask.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef DMTestTask_DEFINED 1 #ifndef DMTestTask_DEFINED
2 #define DMTestTask_DEFINED 2 #define DMTestTask_DEFINED
3 3
4 #include "DMReporter.h" 4 #include "DMReporter.h"
5 #include "DMTask.h" 5 #include "DMTask.h"
6 #include "DMTaskRunner.h" 6 #include "DMTaskRunner.h"
7 #include "SkString.h" 7 #include "SkString.h"
8 #include "SkTemplates.h" 8 #include "SkTemplates.h"
9 #include "Test.h" 9 #include "Test.h"
10 10
(...skipping 21 matching lines...) Expand all
32 virtual bool allowThreaded() const SK_OVERRIDE; 32 virtual bool allowThreaded() const SK_OVERRIDE;
33 virtual bool verbose() const SK_OVERRIDE; 33 virtual bool verbose() const SK_OVERRIDE;
34 34
35 virtual void onReportFailed(const SkString& desc) SK_OVERRIDE { 35 virtual void onReportFailed(const SkString& desc) SK_OVERRIDE {
36 fFailure = desc; 36 fFailure = desc;
37 } 37 }
38 38
39 SkString fFailure; 39 SkString fFailure;
40 }; 40 };
41 41
42 TaskRunner* fTaskRunner;
43 TestReporter fTestReporter; 42 TestReporter fTestReporter;
44 SkAutoTDelete<skiatest::Test> fTest; 43 SkAutoTDelete<skiatest::Test> fTest;
45 const SkString fName; 44 const SkString fName;
46 }; 45 };
47 46
48 } // namespace DM 47 } // namespace DM
49 48
50 #endif // DMTestTask_DEFINED 49 #endif // DMTestTask_DEFINED
OLDNEW
« no previous file with comments | « dm/DMTask.cpp ('k') | dm/DMTestTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698