Skip to content

Instantly share code, notes, and snippets.

@djames-bloom
Created November 9, 2024 10:26
Show Gist options
  • Save djames-bloom/61cff94d3afe9fa07fbfe9c62b7c4407 to your computer and use it in GitHub Desktop.
Save djames-bloom/61cff94d3afe9fa07fbfe9c62b7c4407 to your computer and use it in GitHub Desktop.
[2024-11-09 19:20:22] [profile] START core init /tmp/treedebug
[2024-11-09 19:20:22] [watcher] Watcher:create '/tmp/treedebug' nil
[2024-11-09 19:20:22] [watcher] Event:create '/tmp/treedebug'
[2024-11-09 19:20:22] [watcher] Event:start '/tmp/treedebug'
[2024-11-09 19:20:22] [profile] START git toplevel git_dir /tmp/treedebug
[2024-11-09 19:20:22] [git] git -C /tmp/treedebug rev-parse --show-toplevel --absolute-git-dir
fatal: not a git repository (or any of the parent directories): .git
[2024-11-09 19:20:22] [profile] END git toplevel git_dir /tmp/treedebug 10ms
[2024-11-09 19:20:22] [profile] START explore /tmp/treedebug
[2024-11-09 19:20:22] [profile] START populate_children /tmp/treedebug/dummy.go
[2024-11-09 19:20:22] [profile] END populate_children /tmp/treedebug/dummy.go 0ms
[2024-11-09 19:20:22] [profile] START populate_children /tmp/treedebug/main.go
[2024-11-09 19:20:22] [profile] END populate_children /tmp/treedebug/main.go 0ms
[2024-11-09 19:20:22] [profile] START populate_children /tmp/treedebug/subdir
[2024-11-09 19:20:22] [watcher] Watcher:create '/tmp/treedebug/subdir' nil
[2024-11-09 19:20:22] [watcher] Event:create '/tmp/treedebug/subdir'
[2024-11-09 19:20:22] [watcher] Event:start '/tmp/treedebug/subdir'
[2024-11-09 19:20:22] [profile] END populate_children /tmp/treedebug/subdir 0ms
[2024-11-09 19:20:22] [profile] END explore /tmp/treedebug 1ms
[2024-11-09 19:20:22] [profile] END core init /tmp/treedebug 14ms
[2024-11-09 19:20:22] [profile] START draw
[2024-11-09 19:20:22] [profile] END draw 0ms
[2024-11-09 19:20:23] [profile] START reload /tmp/treedebug
[2024-11-09 19:20:23] [profile] END reload /tmp/treedebug 1ms
[2024-11-09 19:20:23] [profile] START git toplevel git_dir /tmp/treedebug/subdir
[2024-11-09 19:20:23] [git] git -C /tmp/treedebug/subdir rev-parse --show-toplevel --absolute-git-dir
fatal: not a git repository (or any of the parent directories): .git
[2024-11-09 19:20:23] [profile] END git toplevel git_dir /tmp/treedebug/subdir 14ms
[2024-11-09 19:20:23] [profile] START reload /tmp/treedebug/subdir
[2024-11-09 19:20:23] [profile] END reload /tmp/treedebug/subdir 0ms
[2024-11-09 19:20:23] [profile] START draw
[2024-11-09 19:20:23] [profile] END draw 1ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment