Disable profiling

This commit is contained in:
Sebastian Messmer 2015-10-14 15:39:44 +02:00
parent 976edaed0c
commit 6d5c3aab4c

View File

@ -9,7 +9,7 @@
#include <atomic> #include <atomic>
//Remove this line if you don't want profiling //Remove this line if you don't want profiling
#define FSPP_PROFILE 1 //#define FSPP_PROFILE 1
namespace fspp { namespace fspp {
class Node; class Node;