crypto/weakcryptospi/test/tsymmetric/tperformancetest.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "tperformancetest.h"
    19 #include "tperformancetest.h"
    20 #include "symmetric.h"
    20 #include "symmetric.h"
    21 #include <testhandler2/t_output.h>
    21 #include "t_output.h"
    22 
    22 
    23 #ifndef _FOO
    23 #ifndef _FOO
    24 _LIT(KPerfEFormat, "\tPerformance(encryption)\t%f");
    24 _LIT(KPerfEFormat, "\tPerformance(encryption)\t%f");
    25 _LIT(KPerfDFormat, "\tPerformance(decryption)\t%f");
    25 _LIT(KPerfDFormat, "\tPerformance(decryption)\t%f");
    26 _LIT(KTotalFormat, "\tPerformance(total)\t%f");
    26 _LIT(KTotalFormat, "\tPerformance(total)\t%f");