6 ms·
Here are explanation on how to use it from one of the people working on it: https://www.youtube.com/watch?v=f1x4X83CDSA https://www.youtube.com/watch?v=f1x4X83C
by NeutralForest 2mo ago
Here are explanation on how to use it from one of the people working on it: https://www.youtube.com/watch?v=f1x4X83CDSA https://www.youtube.com/watch?v=f1x4X83CDSA and the chunky docs that go with it in the beta of 3.15: https://docs.python.org/3.15/library/profiling.sampling.html https://docs.python.org/3.15/library/profiling.sampling.html
- tecleandor 2mo agoAh, Pablo gave that talk (I guess that a previous version) at PyConES some months ago and it was interesting and the profiling looked very nice ...
- kenjin4096 2mo agoPablo is a great speaker and I love Tachyon! However, this is a different type of/target for profiling. Tachyon profiles the entire CPython interpreter, this blog post is just type profiling/recording and interpreter path profiling for the CPython core interpreter loop itself.
- NeutralForest 2mo agoUh sorry I mistook this for the 3.15 profiler announcement, thanks for the correction!