rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.6k stars 256 forks source link

line_profiler doesn't work with python3.7 async functions #174

Open Notmeor opened 4 years ago

Notmeor commented 4 years ago

env

description

async calls are not timed

jberends commented 4 years ago

see PR #153

dead in the water

Notmeor commented 4 years ago

@jberends Thanks, but this PR seems dealing with a different issue. line_profiler runs smoothly on my mac, only that the timing stats are all zeros for async operations.

gaasedelen commented 4 years ago

cf: https://github.com/rkern/line_profiler/pull/10

This patch used to work ... but it no longer seems to work, at least not in Py3.

I am not sure if it is a py3 issue, or that the patch has atrophied against the current code base.

rkern commented 4 years ago

Current development is happening here: https://github.com/pyutils/line_profiler