Searched defs:InstrumentationLevel (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstrumentation.h119 enum class InstrumentationLevel { class in class:art::instrumentation::Instrumentation
363 InstrumentationLevel GetCurrentInstrumentationLevel() const;
370 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
465 typedef SafeMap<const char*, InstrumentationLevel> InstrumentationLevelTable;
501 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationLevel& rhs);

Completed in 26 milliseconds