#include "scv/scv_config.h"#include <time.h>#include <string.h>#include "scv/scv_util.h"#include "scv/scv_debug.h"#include "scv/scv_constraint.h"#include "scv/scv_report.h"#include "scv/scv_tr.h"Include dependency graph for scv_debug.cpp:

Go to the source code of this file.
Defines | |
| #define | SCV_DEBUG_DEFAULT_TRACE_FILE "scv_debug.log" |
| #define | MIN(A, B) ( (A>B) ? B : A ) |
Functions | |
| int | strcasecmp (const char *, const char *) |
|
|
Definition at line 378 of file scv_debug.cpp. |
|
|
Definition at line 54 of file scv_debug.cpp. |
|
||||||||||||
|
Referenced by scv_debug::set_level(). |
1.2.18