Emery Berger

Results 440 comments of Emery Berger

OK, great! That PR has now been merged into the main libelfin repo; would you mind checking that that works?

Are you compiling with `-g`? Anyway, a repro case would be useful - thanks!

Coz can end up pointing out a line as important for performance that can't obviously be sped up at a micro-level; it doesn't know how _easy_ it is to optimize...

Please add some comments to the code, esp. regarding the new macros and their intended use case (ideally with an example), and I will merge.

Please explain in more detail what is happening, including command line used (e.g., `coz run --- `), and how you placed progress points. The results will appear in a file...

Thanks for the bug report. Reproduced locally.

Scalene is now installable with Conda: https://anaconda.org/conda-forge/scalene

Are you trying to run code containing `import scalene`? If so, you should not do that; Scalene is not designed to be imported like that (you can run Scalene without...

OK - can you try `python3 -m scalene foo.py` to see what happens?