1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 04:54:13 -04:00

Profiler: Add maximum time coloumn. Add global runtime.

This commit is contained in:
Jon Beniston
2026-03-25 15:29:49 +00:00
parent 6baa38f887
commit 2a366b875a
6 changed files with 80 additions and 4 deletions
+5
View File
@@ -50,6 +50,7 @@
#include "mainwindow.h"
#include "remotetcpsinkstarter.h"
#include "dsp/dsptypes.h"
#include "util/profiler.h"
#include "crashhandler.h"
static void logExceptionStackTrace()
@@ -340,6 +341,10 @@ int main(int argc, char* argv[])
installCrashHandler(logger);
#endif
#ifdef ENABLE_PROFILER
GlobalProfileData::resetProfileData(); // Start timer
#endif
int res = runQtApplication(argc, argv, logger);
if (logger) {