weloewe

Results 3 issues of weloewe

For cases where comparing expected time from a tree walk scan would be convenient to have in seconds, would it be possible to include the following option with a flag?...

With larger file counts (50M, e.g.) encountering an issue with TypeError. This is not seen with small counts (14M, e.g.). Is there a a workaround for this? This is running...

In the using the py3 branch, encountering two changes needed to run fprof: `diff --git a/pcircle/circle.py b/pcircle/circle.py` `-from globals import T, G` `+from pcircle.globals import T, G` `diff --git a/pcircle/utils.py...