-
The performance as of [0.1.6](https://github.com/M0dEx/quincy/releases/tag/0.1.6) is worse than expected.
Between two virtual machines on the same virtualized network (capable of about 30 Gbps of t…
M0dEx updated
3 months ago
-
**Describe the bug**
Profiling breaks if the list of values for `vars.num.quantiles` does not include the five default values (`[0.05,0.25,0.5,0.75,0.95]`) because of how reports are coded, [https:…
-
Extracted from https://github.com/dotnet/runtime/pull/89376
```cs
void Foo() => Bar(42);
void Bar(int x)
{
if (RuntimeHelpers.IsKnownConstant(x))
{
// some fast path
}
}…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50531](https://bugs.llvm.org/show_bug.cgi?id=50531) |
| Status | NEW |
| Importance | P enhancemen…
-
Profiling done by a developer [reporting a Chromium issue](https://bugs.chromium.org/p/chromium/issues/detail?id=1314358#c4) shows that allocating lots of small buffers for transfer results creates si…
-
I am using the python code generator and attempting to generate code that uses floats as the data type, and int as the indexing type. It appears that although the correct flags are passed as arguments…
-
We can profile the code with with `examples/ds_pretrain_gpt2_pipe_flops_profiler.sh`. It seems to break after profiling, but still returns the profile result. Not sure what's going on here and it's wo…
-
```
What steps will reproduce the problem?
1. Mount an FTP connection as a Windows drive using NetDrive
2. Tagging a folder from the virtual drive
What is the expected output? What do you see instea…
-
### What version of pprof are you using?
This is about pprof as a format, not the toolchain.
### What operating system and processor architecture are you using?
Linux amd64 and arm64
### W…
-
### Current Behaviour
- Used all defaut values
- Generating ProfileReport from pd.DataFrame (Works) with ProfileReport(df) (**Works**)
- Saving ProfileReport locally as pickle file (Works) with Pro…