Viewing profile — bawr_hszm
bawr_hszm
HN member- Joined
- Tue, Jan 01, 2019, 1:09 PM UTC
- HN karma
- 19
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About bawr_hszm
No profile information was provided.
Recent public activity
-
comment
Comment #28796304
Loading data before you fork works pretty well, but the overall effectiveness heavily depends on the type of data involved. If it's something like numpy arrays or similar large, in…
-
comment
Comment #22008251
I like it, and I appreciate that you changed your mind - I'm still staunchly in the flamgraph camp of capturing and displaying whole stacks, but now I could see using this for smal…
-
comment
Comment #22006713
I can understand this approach, but I fundamentally disagree with it - the first duty of a profiling tool is not to mislead the user . In this example, the program spends a third o…
-
comment
Comment #22006313
Sadly, relying on Python's signal handling is not enough to get robust profiling information the moment your code is spending a significant chunk of time outside of simple Python c…