mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Remove Callgrind Macros
This commit is contained in:
parent
05e49ee8a6
commit
400a2c184d
@ -342,13 +342,8 @@ void MainWindow::openProject(const QString &project_name)
|
||||
finalizeOpen();
|
||||
}
|
||||
|
||||
#include <valgrind/callgrind.h>
|
||||
|
||||
void MainWindow::finalizeOpen()
|
||||
{
|
||||
CALLGRIND_ZERO_STATS;
|
||||
CALLGRIND_START_INSTRUMENTATION;
|
||||
|
||||
core->getOpcodes();
|
||||
|
||||
// Set settings to override any incorrect saved in the project
|
||||
@ -365,9 +360,6 @@ void MainWindow::finalizeOpen()
|
||||
// Add fortune message
|
||||
addOutput("\n" + core->cmd("fo"));
|
||||
showMaximized();
|
||||
|
||||
CALLGRIND_DUMP_STATS;
|
||||
CALLGRIND_STOP_INSTRUMENTATION;
|
||||
}
|
||||
|
||||
bool MainWindow::saveProject(bool quit)
|
||||
|
Loading…
Reference in New Issue
Block a user