Sign in
flutter
/
third_party
/
perfetto
/
682a9985725b09a32df013eb742e948cd52a78f5
/
.
/
test
/
trace_processor
/
dynamic
/
abs_time_str.sql
blob: 2cbae9280ea864e3a369a18f201aaffd117c33e4 [
file
] [
log
] [
blame
]
SELECT
ABS_TIME_STR
(
15
)
as
t15
,
ABS_TIME_STR
(
25
)
as
t25
,
ABS_TIME_STR
(
35
)
as
t35
;