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

Method showProfiler

src/RemoteDebug.cpp:764–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762// Show profiler - time in millis between messages of debug
763
764void RemoteDebug::showProfiler(boolean show, uint32_t minTime) {
765 _showProfiler = show;
766 _minTimeShowProfiler = minTime;
767}
768
769#ifdef ALPHA_VERSION // In test, not good yet
770// Automatic change to profiler level if time between handles is greater than n mills (0 - disable)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected