perfmon/src/perfmon_graphscontainer.cpp
branchRCL_3
changeset 3 2703485a934c
parent 0 d6fe6244b863
equal deleted inserted replaced
0:d6fe6244b863 3:2703485a934c
    21 #include "perfmon.hrh"
    21 #include "perfmon.hrh"
    22 #include "perfmon_document.h"
    22 #include "perfmon_document.h"
    23 #include "perfmon_appui.h"
    23 #include "perfmon_appui.h"
    24 #include "perfmon_model.h"
    24 #include "perfmon_model.h"
    25 
    25 
    26 #include <aknutils.h>
    26 #include <AknUtils.h>
    27 
    27 
    28 const TInt KAmountOfMicroSecondsFitsScreen = 20 * 1000000;
    28 const TInt KAmountOfMicroSecondsFitsScreen = 20 * 1000000;
    29 #define KRgbCustomGrey TRgb(0x808080)
    29 #define KRgbCustomGrey TRgb(0x808080)
    30 
    30 
    31 _LIT(K100p, "100%"); 
    31 _LIT(K100p, "100%");