buildframework/helium/sf/java/metadata/tests/data/sbs/parsing_result.ini.ftl
changeset 628 7c4a911dc066
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
       
     1 <#--
       
     2 ============================================================================ 
       
     3 Name        : whatlog_result.ini.ftl
       
     4 Part of     : Helium 
       
     5 
       
     6 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     7 All rights reserved.
       
     8 This component and the accompanying materials are made available
       
     9 under the terms of the License "Eclipse Public License v1.0"
       
    10 which accompanies this distribution, and is available
       
    11 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 
       
    13 Initial Contributors:
       
    14 Nokia Corporation - initial contribution.
       
    15 
       
    16 Contributors:
       
    17 
       
    18 Description:
       
    19 
       
    20 ============================================================================
       
    21 -->
       
    22 <#assign table_info = pp.loadData('com.nokia.helium.metadata.ORMFMPPLoader', "${dbPath}") >
       
    23 number.of.logs=${table_info['jpasingle']['select count(l.path) path from LogFile l'][0]}
       
    24 number.of.metadata.entries=${table_info['jpasingle']['select count(e) from MetadataEntry e'][0]}
       
    25 number.of.execution.times=${table_info['jpasingle']['select count(e) path from ExecutionTime e'][0]}
       
    26 number.of.component.times=${table_info['jpasingle']['select count(ct) from ComponentTime ct'][0]}
       
    27 number.of.components=${table_info['jpasingle']['select count(c) path from Component c'][0]}
       
    28 <#assign c = 0 />
       
    29 <#list table_info['jpa']['select e from ExecutionTime e'] as e>
       
    30 execution.time.${c}=${e.time}
       
    31 <#assign c = c + 1  />
       
    32 </#list>