2020-09-10 08:31:38 +00:00
|
|
|
{
|
|
|
|
new(show=true,
|
|
|
|
format='short',
|
|
|
|
label='',
|
|
|
|
logBase=1,):: {
|
|
|
|
format: format,
|
|
|
|
label: label,
|
|
|
|
logBase: logBase,
|
|
|
|
},
|
|
|
|
latency: self.new(
|
|
|
|
label='Latency',
|
|
|
|
format='s',
|
2020-09-11 14:12:35 +00:00
|
|
|
logBase=10,
|
2020-09-10 08:31:38 +00:00
|
|
|
),
|
|
|
|
cache_misses: self.new(
|
|
|
|
label='Cache Misses',
|
|
|
|
format='percent',
|
|
|
|
),
|
|
|
|
}
|