Searched refs:ts_int (Results 1 – 1 of 1) sorted by relevance
505 int64_t ts_int = sqlite3_value_int64(ts); in ValueAtMaxTsStep() local506 if (PERFETTO_LIKELY(fn_ctx->max_ts < ts_int)) { in ValueAtMaxTsStep()507 fn_ctx->max_ts = ts_int; in ValueAtMaxTsStep()