piprofiler/engine/src/ProfilerEshell.cpp
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
    33  */
    33  */
    34 // --------------------------------------------------------------------------------------------
    34 // --------------------------------------------------------------------------------------------
    35 static void PrintUsageInfo(const TDesC& aAdditionalInfo)
    35 static void PrintUsageInfo(const TDesC& aAdditionalInfo)
    36     {
    36     {
    37     _LIT(KConsoleName, "Console");
    37     _LIT(KConsoleName, "Console");
    38     _LIT(KLegalNote, "PIProfiler Version 2.2.2 Copyright @ 2009 Nokia\n");
    38     _LIT(KLegalNote, "PIProfiler Version 2.2.0.2 Copyright @ 2009 Nokia\n");
    39     _LIT(KUsageNote, "Usage: PIProfiler [start/end/timed] settingsfile [time to run]\n");
    39     _LIT(KUsageNote, "Usage: PIProfiler [start/end/timed] settingsfile [time to run]\n");
    40     _LIT(KExample, "Example: PIProfiler timed C:\\data\\piprofilersettings.txt 60\n");
    40     _LIT(KExample, "Example: PIProfiler timed C:\\data\\piprofilersettings.txt 60\n");
    41 
    41 
    42     TRAP_IGNORE(CConsoleBase* console = Console::NewL(KConsoleName,TSize(KConsFullScreen,KConsFullScreen));
    42     TRAP_IGNORE(CConsoleBase* console = Console::NewL(KConsoleName,TSize(KConsFullScreen,KConsFullScreen));
    43         console->Printf(KLegalNote);
    43         console->Printf(KLegalNote);