KDChartTextLabelCache.cpp File Reference

#include "KDChartTextLabelCache.h"
#include <QPixmap>
#include <QFont>
#include <QBrush>
#include <QPen>
#include "KDChartEnums.h"
#include <cmath>
#include <QtDebug>
#include <QImage>
#include <QPainter>
#include <QApplication>
Include dependency graph for KDChartTextLabelCache.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DUMP_CACHE_STATS
#define INC_HIT_COUNT   { ++HitCount; }
#define INC_MISS_COUNT   { ++MissCount; }

Variables

int HitCount = 0
int MissCount = 0

Define Documentation

#define DUMP_CACHE_STATS
Value:
if ( HitCount != 0 && MissCount != 0 ) { \
        int total = HitCount + MissCount; \
        double hitQuote = ( 1.0 * HitCount ) / total; \
        qDebug() << "PrerenderedLabel dtor: hits/misses/total:" \
        << HitCount << "/" << MissCount << "/" << total \
                 << "(" << 100 * hitQuote << "% hits)"; \
    }

Definition at line 38 of file KDChartTextLabelCache.cpp.

Referenced by PrerenderedLabel::~PrerenderedLabel().

#define INC_HIT_COUNT   { ++HitCount; }
#define INC_MISS_COUNT   { ++MissCount; }

Variable Documentation

int HitCount = 0

Definition at line 34 of file KDChartTextLabelCache.cpp.

int MissCount = 0

Definition at line 35 of file KDChartTextLabelCache.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

Klarälvdalens Datakonsult AB (KDAB)
Qt-related services and products
http://www.kdab.com/
http://www.kdab.com/products/kd-chart/