Closed rafamanzo closed 8 years ago
Related to https://github.com/mezuro/kalibro_processor/issues/207 it adds some rudimentary profiling capabilities that can get extended accordingly to necessity.
For now it focus on Aggregator and its complexity that looks to be related to MetricResult lookup and thus the KalibroConfiguration#metric_configurations count.
Aggregator
MetricResult
KalibroConfiguration#metric_configurations
Related to https://github.com/mezuro/kalibro_processor/issues/207 it adds some rudimentary profiling capabilities that can get extended accordingly to necessity.
For now it focus on
Aggregator
and its complexity that looks to be related toMetricResult
lookup and thus theKalibroConfiguration#metric_configurations
count.