charmplusplus / charm4py

Parallel Programming with Python and Charm++
https://charm4py.readthedocs.io
Apache License 2.0
289 stars 21 forks source link

Add option to enable cProfile #223

Open adityapb opened 2 years ago

adityapb commented 2 years ago

Adds an option to enable cProfile. cProfile can measure time spent in local function calls and can also measure overhead from runtime calls in more detail than the current profiling framework.