#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "ortools/base/timer.h"
Go to the source code of this file.
◆ IF_STATS_ENABLED
| #define IF_STATS_ENABLED |
( |
| instructions | ) |
|
Value: if constexpr (false) { \
instructions; \
}
Definition at line 412 of file stats.h.
◆ SCOPED_INSTRUCTION_COUNT
| #define SCOPED_INSTRUCTION_COUNT |
( |
| time_limit | ) |
|
◆ SCOPED_TIME_STAT
| #define SCOPED_TIME_STAT |
( |
| stats | ) |
|
Value:
DisabledScopedTimeStats ScopedTimeStats
Definition at line 419 of file stats.h.