Hi,
I'd like to tell people about flameprof in talk I'm giving, but it's failing for me:
$ python -m cProfile -o out.prof benchmarks/serialization.py
$ flameprof out.prof > prof.svg
Warning: flameprof can't find proper roots, root cumtime is 0.0 but sum tottime is 1.6221999999999899
I'm specifically running the benchmark from https://github.com/itamarst/eliot
Hi,
I'd like to tell people about flameprof in talk I'm giving, but it's failing for me:
I'm specifically running the benchmark from https://github.com/itamarst/eliot