thermal_domain.cc (11429:cf5af0cc3be4) thermal_domain.cc (11523:81332eb10367)
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 58 unchanged lines hidden (view full) ---

67
68 ppThermalUpdate = new ProbePointArg<double>(subsystem->getProbeManager(),
69 "thermalUpdate");
70}
71
72void
73ThermalDomain::regStats()
74{
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 58 unchanged lines hidden (view full) ---

67
68 ppThermalUpdate = new ProbePointArg<double>(subsystem->getProbeManager(),
69 "thermalUpdate");
70}
71
72void
73ThermalDomain::regStats()
74{
75 SimObject::regStats();
76
75 currentTemp
76 .method(this, &ThermalDomain::currentTemperature)
77 .name(params()->name + ".temp")
78 .desc("Temperature in centigrate degrees")
79 ;
80}
81
82void

--- 32 unchanged lines hidden ---
77 currentTemp
78 .method(this, &ThermalDomain::currentTemperature)
79 .name(params()->name + ".temp")
80 .desc("Temperature in centigrate degrees")
81 ;
82}
83
84void

--- 32 unchanged lines hidden ---