Sümer Cip

Results 71 comments of Sümer Cip

Another quick answer: I think in the second one, you managed to install proper VC++ version but you get a different error and there is a candidate solution here ->...

We have recently released a new version of yappi (1.3.6) that has wheels compiled for most of the platforms. I would suggest using that version. Closing this issue as there...

Good idea! Yappi is already showing the rightmost part of the string but I assume this is not enough for your case, right? One idea might be to strip off...

I see. I agree that a bit of flexibility to filter some prefixes on the output would be useful. Will implement this in the next version! I still think `--omit-sys-path`...

Thanks @madkinsz, I would happily merge this as a PR if you can: - integrate it with command line - and add some tests for it.

Thank you! Well, it is doable by adding a value to `_SUPPORTED_LOAD_FORMATS = ['YSTAT']` and implementing a method in `YFuncStats` object with `def _add_from_PSTAT(self, file):`. For the implementation: we need...

Unfortunately, it seems supporting `3.11` will not be that easy... I have just looked into this today and there are lots and LOTS of changes in the core VM(probably related...

I added `3.11` to CI as well. The only thing left is `gevent`. Currently gevent tests are excluded for 3.11 as it is not compiling on 3.11 yet. All other...

Ok. This could be done in code level but I don't think it would make sense to try adding such column to the output we generate.(`get_func_stats().print_all()`)

> you return the constant and the profiler ignores that run of the function I could not understand the proposal here. A concrete example might be better?