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