-
```
In QuickTime player, beginning playback while long video is still loading
results in stuttering or jerky playback.
Tested with "euro20.webm" on MacBookPro 10.5, QT Player 7.
Shark profiling.
…
-
I was wondering if there's a way to add arbitrary spans to puffin. It would be nice to just do the following:
```rust
let scope = puffin::profile_scope!("slow_code");
// ...
drop(scope);
``…
-
```
Sorry but I'm having problems profiling one of our websites.
Currently using Visual Studio dev web server on WinXP
Thanks
Steve Brown
```
Original issue reported on code.google.com by `steve_br.…
-
```
By allowing manual pausing and resting of profiling, nprof would be much
more useful for applications with lengthy start up times or specific
trouble spots.
```
Original issue reported on code.go…
-
Hi, I am using mpiP 3.5.0 to do profiling for [WRFV-3.9.1.1](https://github.com/NCAR/WRFV3/releases/tag/V3.9.1.1). I built mpiP with [Open MPI 4.0.5](https://www.open-mpi.org/software/ompi/v4.0/)
``…
-
### Steps to reproduce
1. Run a performance test using: https://docs.flutter.dev/cookbook/testing/integration/profiling
2. Save the results
3. Notice that the frame count is low
Suggest in the d…
-
Currently all packages of preCICE reference `Data::values()` to read or write data. Mapping, acceleration, communication and actions operate on the data in `Data::values()`. For time interpolation we …
-
# Summary
/opt/intel/oneapi/modelzoo/latest/models/docs/notebooks/perf_analysis/profiling/patches doesn't contain patches needed for execution of jupyter notebook in /opt/intel/oneapi/modelzoo/latest…
-
### Current Behaviour
Traceback (most recent call last):
File "/home/irene/dev/DRASTIC/.venv/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 3526, in run_code
exec(code_…
-
Implement a RAII-based C++ API to gather profiling information regarding code blocks in a C++ application.
Use the chrome:tracing feature http://dev.chromium.org/developers/how-tos/trace-event-prof…