MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / autoProfilerLevel

Method autoProfilerLevel

src/RemoteDebug.cpp:772–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770// Automatic change to profiler level if time between handles is greater than n mills (0 - disable)
771
772void RemoteDebug::autoProfilerLevel(uint32_t millisElapsed) {
773 _autoLevelProfiler = millisElapsed;
774}
775#endif
776
777// Show debug level

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected