diff options
author | Calin Juravle <calin@google.com> | 2014-12-09 18:11:36 +0000 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2014-12-10 16:27:08 +0000 |
commit | 48c2b03965830c73cdddeae8aea8030f08430137 (patch) | |
tree | 56cf034739095c71a175fa97205ed6dc76efbe0d /compiler/optimizing/optimizing_compiler.h | |
parent | d2ec87d84057174d4884ee16f652cbcfd31362e9 (diff) |
Add more compilation stats to optimizing
Optimizing is getting closer to have full coverage and this provides a
nice overview on why certain methods are not compiled/optimized.
Also, clean up some of the builder methods.
Change-Id: Id2f31441a788b797b0efea7ec78bee27bb654186
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.h')
-rw-r--r-- | compiler/optimizing/optimizing_compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/optimizing_compiler.h b/compiler/optimizing/optimizing_compiler.h index a415eca2d0..d076fb55f2 100644 --- a/compiler/optimizing/optimizing_compiler.h +++ b/compiler/optimizing/optimizing_compiler.h @@ -24,6 +24,6 @@ class CompilerDriver; Compiler* CreateOptimizingCompiler(CompilerDriver* driver); -} +} // namespace art #endif // ART_COMPILER_OPTIMIZING_OPTIMIZING_COMPILER_H_ |