Skip to content

Commit

Permalink
Fixed segfault, GUI autoupdates if blkfile chnges
Browse files Browse the repository at this point in the history
  • Loading branch information
etotheipi committed Oct 8, 2011
1 parent 6b4fa05 commit 78bccfd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cppForSwig/BlockUtilsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ int main(void)
*/


/////////////////////////////////////////////////////////////////////////////
// ***** Print out all timings to stdout and a csv file *****
// This file can be loaded into a spreadsheet,
// but it's not the prettiest thing...
UniversalTimer::instance().print();
UniversalTimer::instance().printCSV("timings.csv");
cout << endl << endl;


char aa[256];
Expand All @@ -186,12 +193,6 @@ int main(void)



/////////////////////////////////////////////////////////////////////////////
// ***** Print out all timings to stdout and a csv file *****
// This file can be loaded into a spreadsheet,
// but it's not the prettiest thing...
UniversalTimer::instance().print();
UniversalTimer::instance().printCSV("timings.csv");
char pause[256];


Expand Down

0 comments on commit 78bccfd

Please sign in to comment.