| 128 | } |
| 129 | |
| 130 | static RuntimeProfile::Verbosity DefaultVerbosity() { |
| 131 | return FLAGS_gen_experimental_profile ? RuntimeProfile::Verbosity::DEFAULT : |
| 132 | RuntimeProfile::Verbosity::LEGACY; |
| 133 | } |
| 134 | |
| 135 | void ProfileEntryPrototypeRegistry::AddPrototype(const ProfileEntryPrototype* prototype) { |
| 136 | lock_guard<SpinLock> l(lock_); |
no outgoing calls
no test coverage detected