• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1select * from experimental_flamegraph
2where upid = 30
3  and profile_type = 'perf'
4  and ts <= 7689491063351
5limit 10;
6