Searched refs:toMetricFloat (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/util/
H A Dconvert.py127 def toMetricFloat(value, target_type='float', units=None): function
154 return toMetricFloat(value, 'frequency', 'Hz')
157 return toMetricFloat(value, 'latency', 's')
188 return toMetricFloat(value, 'network bandwidth', 'bps')
246 return toMetricFloat(value, 'voltage', 'V')
249 return toMetricFloat(value, 'current', 'A')
252 return toMetricFloat(value, 'energy', 'J')

Completed in 4 milliseconds