removed perf tool

It was almost never used since added.
This commit is contained in:
Martin Pulec
2022-08-16 10:38:44 +02:00
parent a978ddc0ff
commit 0b8cc39f9c
12 changed files with 0 additions and 303 deletions

View File

@@ -58,7 +58,6 @@
#include "lib_common.h"
#include "messaging.h"
#include "module.h"
#include "perf.h"
#include "rang.hpp"
#include "utils/color_out.h" // unit_evaluate
#include "utils/misc.h" // unit_evaluate
@@ -422,9 +421,6 @@ struct init_data *common_preinit(int argc, char *argv[])
mtrace();
#endif
perf_init();
perf_record(UVP_INIT, 0);
load_libgcc();
return init;