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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user