daltonmaag/pipeline-perf-tracker

Simon says: generate profiles as well, make them downloadable directly from the index.html

Closed this issue · 1 comments

@simoncozens

Potential tools for profiles:

  • py-spy
  • Linux perf tools
  • scalene
  • ...?

(My take: having the numbers is good already, the profiles could be made as needed by library developers for the needs of their particular work at the time)

Implemented in 3545f5c.

I tried Scalene but some of the results were weird - the biggest hotspots were things like import fs. It just didn't make any sense.