struct Protocol::Performance::Metric

Overview

Run-time execution metric.

Included Modules

Defined in:

protocol/performance.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

Metric name.


[View source]
def value : Number::Primitive #

Metric value.


[View source]