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

Unified Diff: runtime/vm/benchmark_test.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/become.cc ('k') | runtime/vm/benchmark_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/benchmark_test.h
diff --git a/runtime/vm/benchmark_test.h b/runtime/vm/benchmark_test.h
index d3569b04453ac57488efb28131a82c27beb2ef73..928537342bbb0667bd6d0ea311100c18f4b179df 100644
--- a/runtime/vm/benchmark_test.h
+++ b/runtime/vm/benchmark_test.h
@@ -26,7 +26,7 @@ extern const uint8_t* vm_snapshot_data;
extern const uint8_t* vm_snapshot_instructions;
extern const uint8_t* core_isolate_snapshot_data;
extern const uint8_t* core_isolate_snapshot_instructions;
-}
+} // namespace bin
// The BENCHMARK macros are used for benchmarking a specific functionality
// of the VM.
@@ -59,7 +59,6 @@ inline Dart_Handle NewString(const char* str) {
return Dart_NewStringFromCString(str);
}
-
class Benchmark {
public:
typedef void(RunEntry)(Benchmark* benchmark);
@@ -111,7 +110,6 @@ class Benchmark {
DISALLOW_COPY_AND_ASSIGN(Benchmark);
};
-
class BenchmarkIsolateScope {
public:
explicit BenchmarkIsolateScope(Benchmark* benchmark) : benchmark_(benchmark) {
« no previous file with comments | « runtime/vm/become.cc ('k') | runtime/vm/benchmark_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698