perfsrv/memspy/CommandLine/Include/MemSpyCommands.h
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
    41 
    41 
    42 // Help text
    42 // Help text
    43 _LIT( KHelpMessage, "=== MemSpy CommandLineInterpreter Help ===\r\n" );
    43 _LIT( KHelpMessage, "=== MemSpy CommandLineInterpreter Help ===\r\n" );
    44 _LIT( KHelpOutputCommand, "Change output mode to trace: 'memspy output trace'\r\n" );
    44 _LIT( KHelpOutputCommand, "Change output mode to trace: 'memspy output trace'\r\n" );
    45 _LIT( KHelpOutputToFileCommand, "Change output mode to trace: 'memspy output file'\r\n" );
    45 _LIT( KHelpOutputToFileCommand, "Change output mode to trace: 'memspy output file'\r\n" );
    46 _LIT( KHelpHeapDumpCommand, "Heap dump: 'memspy heapdup <all | kernel | user heap filter >'\r\n" );
    46 _LIT( KHelpHeapDumpCommand, "Heap dump: 'memspy heapdump <all | kernel | user heap filter >'\r\n" );
    47 _LIT( KHelpSwmtCommand, "SWMT: 'memspy swmt <starttimer <value in seconds> | stop timer | dumpnow > <categories>'\r\n" );
    47 _LIT( KHelpSwmtCommand, "SWMT: 'memspy swmt <starttimer <value in seconds> | stop timer | dumpnow > <categories>'\r\n" );
    48 _LIT( KHelpKillServerCommand, "Kill server: 'memspy killserver'\r\n" );
    48 _LIT( KHelpKillServerCommand, "Kill server: 'memspy killserver'\r\n" );
    49 _LIT( KHelpCommand, "Press 'c' to continue" );
    49 _LIT( KHelpCommand, "Press 'c' to continue" );
    50 
    50 
    51 //new commands
    51 //new commands