Modern Approaches to Profiling in Python with Scalene

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 7

  • @pauljohn32
    @pauljohn32 Год назад +4

    Well done. I hope you'll make a follow up about a larger python program, with classes, various files, etc. The challenge I find is that a profiler is not so helpful once the work spreads out across components. I need something more specific to say "how can this function call be more efficient"?

  • @Leonid.Shamis
    @Leonid.Shamis 10 месяцев назад

    Excellent talk - great content, very informative, very useful! Thank you.

  • @zgrunschlag
    @zgrunschlag 11 месяцев назад

    This deserves 10K thumbs up, not just 39!!!

  • @sebastiangomez-wu9gh
    @sebastiangomez-wu9gh Год назад

    Very useful !! specially the explanation of the color coding

  • @favourkachi2178
    @favourkachi2178 Год назад

    how to profile in production using scalene pls