| /////////////////////////////////////////////////////////////////////////////// |
| // // |
| // Copyright (c) 2000-2017 Ericsson Telecom AB // |
| // // |
| // All rights reserved. This program and the accompanying materials // |
| // are made available under the terms of the Eclipse Public License v1.0 // |
| // which accompanies this distribution, and is available at // |
| // http://www.eclipse.org/legal/epl-v10.html // |
| /////////////////////////////////////////////////////////////////////////////// |
| |
| /////////////////////////////////////////////////////////// |
| // Module: EPTF_LGenBasePerformTest_LoadMTCDefinitions |
| // |
| // Purpose: |
| // This module provides functions for testing LGenBase |
| // |
| // Module depends on: |
| // - |
| // |
| // Current Owner: |
| // Laszlo Skumat (ELSZSKU) |
| // |
| // Last Review Date: |
| // 2008-09-11 |
| // |
| // Detailed Comments: |
| // Provide functions to test LGenBase |
| // |
| // |
| /////////////////////////////////////////////////////////////// |
| module EPTF_LGenBasePerformTest_LoadMTCDefinitions |
| { |
| import from EPTF_LGenBasePerformTest_MTCDefinitions all |
| import from EPTF_LGenBasePerformTest_LoadMessages all |
| import from EPTF_LGenBasePerformTest_LoadLGenDefinitions all |
| import from EPTF_CLL_Variable_Definitions all |
| #ifdef R3 |
| import from EPTF_CLL_Common_Definitions all |
| #endif |
| #ifdef R2 |
| import from EPTF_CLL_Definitions all |
| #endif |
| |
| import from TestResultGen all; |
| |
| type record of EPTF_FloatList EPTF_FloatListArray |
| type record of EPTF_LGenBasePerformTest_LoadLGen_CT EPTF_LGenBasePerformTest_LoadLGen_CTList |
| |
| type component EPTF_LGenBasePerformTest_LoadMTC_CT |
| extends EPTF_LGenBasePerformTest_MTC_CT, EPTF_Var_CT, TestResultGen_CT{ |
| port LGenBasePerformTest_LoadMessages_PT v_LGenBasePerformTest_MTCLoadMessagesPort |
| var boolean v_LGenBasePerformTest_MTCLoadMessages_finished := false |
| var EPTF_LGenBasePerformTest_LoadLGen_CT vc_performTestCt := null |
| var charstring v_pId := "" |
| var integer v_measureCount := 0 |
| var float v_memUsage := 0.0 |
| var float v_cpsMx := 0.0 |
| var float v_cpuMx := 0.0 |
| } |
|
|
| } // end of module
|