perfsrv/piprofiler/tsrc/PIEngineTest/data/PIProfilerSettings.txt
changeset 62 1c2bb2fc7c87
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
       
     1 ;
       
     2 ; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 ; All rights reserved.
       
     4 ; This component and the accompanying materials are made available
       
     5 ; under the terms of "Eclipse Public License v1.0"
       
     6 ; which accompanies this distribution, and is available
       
     7 ; at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 ;
       
     9 ; Initial Contributors:
       
    10 ; Nokia Corporation - initial contribution.
       
    11 ;
       
    12 ; Contributors:
       
    13 ; 
       
    14 ; Description:
       
    15 ;
       
    16 
       
    17 ; PI Profiler Settings File
       
    18 
       
    19 ; general settings
       
    20 [general]
       
    21 version=2.00.0
       
    22 ; "output_type=file_system" writes *.dat file to external memory
       
    23 ; "output_type=debug_output" writes *.dat file to debug port
       
    24 
       
    25 output_type=file_system	; output to file system (file_system) or debug output (debug_output)
       
    26 file_prefix=PIProfilerTest_#
       
    27 save_file_location=C:\data\
       
    28 
       
    29 ; cpu load sampler
       
    30 [gpp] 
       
    31 enabled=true
       
    32 sampling_period_ms=1
       
    33 
       
    34 ; function call capture
       
    35 [gfc]
       
    36 enabled=true
       
    37 
       
    38 ; dynamic binary support
       
    39 [itt]
       
    40 enabled=true
       
    41 
       
    42 ; memory usage capture
       
    43 [mem]
       
    44 enabled=true
       
    45 sampling_period_ms=3000
       
    46 
       
    47 ; thread priority capture
       
    48 [pri]
       
    49 enabled=true
       
    50 sampling_period_ms=3000
       
    51 
       
    52 ; hardware interrupt capture
       
    53 [irq]
       
    54 enabled=false
       
    55 
       
    56 ; software interrupt capture
       
    57 [swi]
       
    58 enabled=false
       
    59 
       
    60 ; ARM11 performance counter capture
       
    61 [pec]
       
    62 enabled=false
       
    63 perfcounter1=0 ; ARM11 perf. counter1
       
    64 perfcounter2=7 ; ARM11 perf. counter1
       
    65 
       
    66 ; L2 and interconnect performance counter capture
       
    67 [l2i]
       
    68 enabled=false
       
    69 intercperfcounter1=0 ; interconnect perf. counter1
       
    70 intercperfcounter2=1 ; interconnect perf. counter2
       
    71 l2perfcounter1=11 ; L2 cache perf. counter1
       
    72 l2perfcounter2=13 ; L2 cache perf. counter2
       
    73 l2perfcounter3=11 ; L2 cache perf. counter3
       
    74 l2perfcounter4=13 ; L2 cache perf. counter4
       
    75 
       
    76 ; button and touch screen event capture
       
    77 [bup]
       
    78 enabled=true
       
    79 
       
    80 ; power usage capture
       
    81 [pwr]
       
    82 enabled=true
       
    83 
       
    84 ; gpu
       
    85 [gpu]
       
    86 enabled=false
       
    87 
       
    88 ; native os task capture support
       
    89 [nos]
       
    90 enabled=false
       
    91 hidden=true
       
    92 task_address=0x81FE68
       
    93 addr_space_start=0xC6000000
       
    94 addr_space_end=0xC6FFFFFFF
       
    95 end