https://gitlab.com/tezos/tezos
Raw File
Tip revision: d441a6efb59b99165f277a513a2ff90b00d72591 authored by Diana Savatina on 21 March 2024, 13:39:01 UTC
profiler: time ranges in aggregated data
Tip revision: d441a6e
compare_timestamp_02.tzt
code { COMPARE } ;
input { Stack_elt timestamp "2" ; Stack_elt timestamp "1" } ;
output { Stack_elt int 1 }
back to top