#include <arion/common/global_defs.hpp>
#include <arion/common/hooks_manager.hpp>
#include <arion/common/memory_manager.hpp>
#include <fstream>
#include <iosfwd>
#include <memory>
#include <string>
Go to the source code of this file.
|
| #define | ARION_MAX_LIGHT_HITS 1024 |
| | For a "light" TRACE_MODE, size at which the hits list should be flushed in the output trace file.
|
| |
| #define | ARION_MAX_HEAVY_HITS 64 |
| | For a "heavy" TRACE_MODE, size at which the hits list should be flushed in the output trace file.
|
| |
◆ ARION_MAX_HEAVY_HITS
| #define ARION_MAX_HEAVY_HITS 64 |
For a "heavy" TRACE_MODE, size at which the hits list should be flushed in the output trace file.
◆ ARION_MAX_LIGHT_HITS
| #define ARION_MAX_LIGHT_HITS 1024 |
For a "light" TRACE_MODE, size at which the hits list should be flushed in the output trace file.