|
Krita Source Code Documentation
|
#include "config-memory-leak-tracker.h"#include <QGlobalStatic>#include "kis_tile_data_store.h"#include "kis_tile_data.h"#include "kis_debug.h"#include "kis_tile_data_store_iterators.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_COUNT_PRECLONE_HIT(td) |
| #define | DEBUG_COUNT_PRECLONE_MISS(td) |
| #define | DEBUG_FREE_ACTION(td) |
| #define | DEBUG_PRECLONE_ACTION(action, oldTD, newTD) |
| #define | DEBUG_REPORT_PRECLONE_EFFICIENCY() |
| #define DEBUG_COUNT_PRECLONE_HIT | ( | td | ) |
Definition at line 53 of file kis_tile_data_store.cc.
| #define DEBUG_COUNT_PRECLONE_MISS | ( | td | ) |
Definition at line 54 of file kis_tile_data_store.cc.
| #define DEBUG_FREE_ACTION | ( | td | ) |
Definition at line 32 of file kis_tile_data_store.cc.
| #define DEBUG_PRECLONE_ACTION | ( | action, | |
| oldTD, | |||
| newTD ) |
Definition at line 31 of file kis_tile_data_store.cc.
| #define DEBUG_REPORT_PRECLONE_EFFICIENCY | ( | ) |
Definition at line 55 of file kis_tile_data_store.cc.