dabeaz / curio

Good Curio!
Other
4.04k stars 243 forks source link

any thoughts on visualizing tasks? #180

Closed goldcode closed 5 years ago

goldcode commented 7 years ago

I'm thinking x-axis:time and y-axis: tasks depicted to see

thought it could be useful for

I have seen the monitor feature and it definitely helps but explaining to lay people (or myself even after 3 months,) feels like fighting with swooping mantas.

Any logging functionality provided?( for post-mortem parsing and graphical display)

dabeaz commented 7 years ago

Hmmm. It's an interesting idea. There's no real logging at the moment, but maybe something could be instrumented for it as an option.

ghost commented 7 years ago

For example, PyCharm does have simple visualisation of asyncio tasks

dabeaz commented 7 years ago

Is the visualization of asyncio tasks something that people find useful in PyCharm? Just wondering if anyone with experience would want to comment on it here.