-
I've been finding the [landmarks library](https://github.com/LexiFi/landmarks) very useful for profiling.
if you modify your dune file to
```
(library
(name bap_wp)
(public_name bap_wp)
…
-
```
What steps will reproduce the problem?
1. Again this relates to using this module in a deployed enviornment.
2.
3.
What is the expected output? What do you see instead?
I would like to have perfo…
-
```
What steps will reproduce the problem?
1. Again this relates to using this module in a deployed enviornment.
2.
3.
What is the expected output? What do you see instead?
I would like to have perfo…
-
```
Lots of tuning to be performed in the test runners to improve performance...
```
Original issue reported on code.google.com by `jeff.br...@gmail.com` on 22 Mar 2008 at 10:29
-
```
Lots of tuning to be performed in the test runners to improve performance...
```
Original issue reported on code.google.com by `jeff.br...@gmail.com` on 22 Mar 2008 at 10:29
-
```
What steps will reproduce the problem?
1. Again this relates to using this module in a deployed enviornment.
2.
3.
What is the expected output? What do you see instead?
I would like to have perfo…
-
4-Kern Prozessor (intel i-5 irgendwas)
### Gemessene Zykluszeiten (modul):
//Kerne
//0 5611 ± 864 [174; 8251]
//2 4621 ± 908 [186; 8584]
//4 4205 ± 700 [184; 10062]
//8 41…
-
Right now, every profiling measurement request is handled by a separately-spawned task, which probably isn't great for profiling overhead. Consider (optionally) batching responses by target proc and …
-
The row-group-level filtered reading for Parquet that is introduced by #5843 creates an issue of duplicate metadata (metadata is stored in the footers of Parquet files) reading in the case when filter…
-
https://pythonspeed.com/articles/logging-vs-profiling/