cool-RR / PySnooper

Never use print for debugging again
MIT License
16.34k stars 951 forks source link

Delta Time Instead of Relative Time #194

Closed Lazloo closed 4 years ago

Lazloo commented 4 years ago

I would appreciate an option that shows the relative spend time for each line. That is the delta time to the previous line.

That would be great Lazloo

cool-RR commented 4 years ago

I understand and I see how that can be useful, but I think I'm gonna rule this out. It's important to keep PySnooper simple and resist the temptation to add too many features. Otherwise it'll become just another debugger.

cool-RR commented 4 years ago

Thanks anyway for suggesting this.