-
## proposal
new module `std/cputicks` providing cpu instruction-level granularity, with much higher precision and lower overhead than either `times.cpuTime` or `std/monotimes` (and less module import…
-
Hi,
I have started using pyroscope for profiling cloud applications developed using **python** and it's fantastic. Currently I see that we are only profiling CPU. Can I get some information on inte…
-
Hi, I would like to use DeepMicro for disease prediction.
But i can't figure out how to generate the 'correct' input data for DeepMicro. I saw that the UserDataExample.csv has a lot of digits, wher…
-
Software versions:
- `netcdf 4.9.0-3`
- `hdf5 1.12.2-1`
- Manjaro linux.
While debugging a memory leak which seems to be related to NetCDF, I was running the C code from this issue: https://gith…
-
### Description:
Hi,
I just installed CellACDC and tried to open blobs.tif (the ImageJ example 2D image). After drag&drop, I received this error:
```
Traceback (most recent call last):
…
-
If you want to augment a bunch of libraries with some cross-cutting concerns, such as logging, caching, or profiling, you can use aspect-oriented programming (AOP) in Python. AOP is a programming para…
-
I'm interested in taking a stab at extracting bits of JCoz to support the Python virtual machine and the CLR runtime.
Any tips?
-
Currently, external profilers and debuggers need to issue one system call per frame object when they are retrieving the call stack from a remote process as these form a linked list. Furthermore, for e…
-
Ref #363 #374 #395 #403
# Machine/OS
* MacBook Pro 15" 2017
* 2.9GHz Intel Core i7 (4 physical cores, 8 with hyperthreading
* 16GB ram.
* Hyperthreading is enabled, meaning that e.g. 1…
-
Different serving environments have different thread utilizations -- only collecting from the main thread doesn't capture all workloads correctly.