We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78144f4 commit fe8ec5cCopy full SHA for fe8ec5c
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- uses: cachix/install-nix-action@v22
14
- - run: nix build -o _build
+ - run: nix build -o _build --no-sandbox
15
- name: Deploy 🚀
16
uses: JamesIves/[email protected]
17
with:
src/Measurement_Observation/Binary_Profiling/linux_perf.rst
@@ -290,9 +290,6 @@ defined in ``QSort`` that I have elided.
290
Inspecting with Perf
291
--------------------
292
293
-Awards
294
-^^^^^^
295
-
296
To investigate we'll compile and run the program in ``perf``. Perf is a
297
statistical profiler that outputs key CPU counters (these counters are called
298
`PMC
0 commit comments