Class: Benchmark::Tms

Inherits:
Object show all
Defined in:
lib/uttk/logger/to_uttk_log.rb

Instance Method Summary collapse

Instance Method Details

#to_uttk_log(log) ⇒ Object



103
104
105
106
107
108
109
# File 'lib/uttk/logger/to_uttk_log.rb', line 103

def to_uttk_log ( log )
  if @label.empty?
    benchmark_tms_to_uttk_log(log)
  else
    log.new_node(@label) { benchmark_tms_to_uttk_log(log) }
  end
end