[Source]
# 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
[Validate]