Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3.02k stars 169 forks source link

Recursively find files in STACK_DIR #6

Closed ekmartin closed 6 years ago

ekmartin commented 6 years ago

This is a really neat tool, thanks!

This changes the stack listing API so that it recursively finds files in directories within STACK_DIR. Currently just shows the full path to recursive files in the frontend, but a potential improvement would be to indent files in directories and so on. It now also filters out hidden files by default.

image

Also added a commit to prevent loading files above STACK_DIR (i.e. ../../../some_file).