#include <time.h>Include dependency graph for Limits.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Variables | |
| static const unsigned int | LIMIT_PATH_SIZE = 2048 |
| static const unsigned int | LIMIT_MEMORY_CHUNKS_NUM = 1024 |
| static const unsigned int | LIMIT_BACKTRACE_DEPTH = 64 |
| static const unsigned int | LIMIT_FORTH_WORDS_PER_LINE = 5 |
| static const unsigned int | LIMIT_OBJECT_TOP_ITEMS_NUM = 10 |
| static const unsigned long long | CLOCKS_PER_MSEC = CLOCKS_PER_SEC / 1000 |
const unsigned long long CLOCKS_PER_MSEC = CLOCKS_PER_SEC / 1000 [static] |
const unsigned int LIMIT_BACKTRACE_DEPTH = 64 [static] |
const unsigned int LIMIT_FORTH_WORDS_PER_LINE = 5 [static] |
const unsigned int LIMIT_MEMORY_CHUNKS_NUM = 1024 [static] |
const unsigned int LIMIT_OBJECT_TOP_ITEMS_NUM = 10 [static] |
const unsigned int LIMIT_PATH_SIZE = 2048 [static] |
1.5.1