LinuxPerf.jl icon indicating copy to clipboard operation
LinuxPerf.jl copied to clipboard

Results 13 LinuxPerf.jl issues
Sort by recently updated
recently updated
newest added

```julia julia> @pstats rand(1000,1000) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ┌ cpu-cycles 0.00e+00 47.4% # 0.0 cycles per ns │ stalled-cycles-frontend 0.00e+00 47.4% # NaN% of cycles └ stalled-cycles-backend 0.00e+00 47.4% # NaN% of cycles...

```console $ perf list | grep 'OR.*Hardware event' branch-instructions OR branches [Hardware event] cpu-cycles OR cycles [Hardware event] stalled-cycles-backend OR idle-cycles-backend [Hardware event] stalled-cycles-frontend OR idle-cycles-frontend [Hardware event] ``` ```julia-repl...

I copied the example in the README and got ```julia-repl ulia> data = zeros(10000); @measure g(data) ERROR: perf_event_open error : Operation not supported Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2]...