| 762 | // Show profiler - time in millis between messages of debug |
| 763 | |
| 764 | void 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) |
nothing calls this directly
no outgoing calls
no test coverage detected