urbit/include/c/tune.h

25 lines
433 B
C
Raw Normal View History

2013-09-29 00:21:18 +04:00
/* include/c/tune.h
**
** This file is in the public domain.
*/
/** Tuning ifdefs. Comment out to disable.
**/
/** Profiling.
**/
/* Profile at all.
*/
# define U2_PROFILE
/* Measure memory usage.
*/
# define U2_PROFILE_MEMORY
/* Measure execution time.
*/
# define U2_PROFILE_SPEED
/* Describe execution patterns.
*/
# define U2_PROFILE_SHAPE