mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 01:40:15 +00:00
removed perf tool
It was almost never used since added.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user