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

Side by Side Diff: src/counters.h

Issue 2609773003: Revert of [Compiler] Track Ignition background compilation separately in RuntimeStats. (Closed)
Patch Set: Created 3 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 | « src/compiler.cc ('k') | src/interpreter/interpreter.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 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_COUNTERS_H_ 5 #ifndef V8_COUNTERS_H_
6 #define V8_COUNTERS_H_ 6 #define V8_COUNTERS_H_
7 7
8 #include "include/v8.h" 8 #include "include/v8.h"
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/base/atomic-utils.h" 10 #include "src/base/atomic-utils.h"
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 V(AccessorNameGetterCallback_BoundFunctionName) \ 684 V(AccessorNameGetterCallback_BoundFunctionName) \
685 V(AccessorNameGetterCallback_FunctionPrototype) \ 685 V(AccessorNameGetterCallback_FunctionPrototype) \
686 V(AccessorNameGetterCallback_StringLength) \ 686 V(AccessorNameGetterCallback_StringLength) \
687 V(AccessorNameSetterCallback) \ 687 V(AccessorNameSetterCallback) \
688 V(Compile) \ 688 V(Compile) \
689 V(CompileCode) \ 689 V(CompileCode) \
690 V(CompileCodeLazy) \ 690 V(CompileCodeLazy) \
691 V(CompileDeserialize) \ 691 V(CompileDeserialize) \
692 V(CompileEval) \ 692 V(CompileEval) \
693 V(CompileFullCode) \ 693 V(CompileFullCode) \
694 V(CompileGetFromOptimizedCodeMap) \
695 V(CompileGetUnoptimizedCode) \
696 V(CompileAnalyse) \
697 V(CompileIgnition) \ 694 V(CompileIgnition) \
698 V(CompileBackgroundIgnition) \
699 V(CompileIgnitionFinalization) \
700 V(CompilerDispatcher) \ 695 V(CompilerDispatcher) \
701 V(CompileSerialize) \ 696 V(CompileSerialize) \
702 V(DeoptimizeCode) \ 697 V(DeoptimizeCode) \
703 V(FunctionCallback) \ 698 V(FunctionCallback) \
704 V(GC) \ 699 V(GC) \
705 V(GC_AllAvailableGarbage) \ 700 V(GC_AllAvailableGarbage) \
706 V(GCEpilogueCallback) \ 701 V(GCEpilogueCallback) \
707 V(GCPrologueCallback) \ 702 V(GCPrologueCallback) \
708 V(GenericNamedPropertyDefinerCallback) \ 703 V(GenericNamedPropertyDefinerCallback) \
709 V(GenericNamedPropertyDeleterCallback) \ 704 V(GenericNamedPropertyDeleterCallback) \
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 1328
1334 explicit Counters(Isolate* isolate); 1329 explicit Counters(Isolate* isolate);
1335 1330
1336 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters); 1331 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters);
1337 }; 1332 };
1338 1333
1339 } // namespace internal 1334 } // namespace internal
1340 } // namespace v8 1335 } // namespace v8
1341 1336
1342 #endif // V8_COUNTERS_H_ 1337 #endif // V8_COUNTERS_H_
OLDNEW
« no previous file with comments | « src/compiler.cc ('k') | src/interpreter/interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698