| Index: benchmarks/startup/noop.cc
|
| diff --git a/sky/engine/platform/TraceEvent.h b/benchmarks/startup/noop.cc
|
| similarity index 82%
|
| copy from sky/engine/platform/TraceEvent.h
|
| copy to benchmarks/startup/noop.cc
|
| index bd0c344673cd3de311f13f6abffbee3c36630c92..60fe155e732b65a3a0bff1b38371b8f7b676197a 100644
|
| --- a/sky/engine/platform/TraceEvent.h
|
| +++ b/benchmarks/startup/noop.cc
|
| @@ -2,4 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/debug/trace_event.h"
|
| +int main() {
|
| + return 0;
|
| +}
|
|
|