File tree Expand file tree Collapse file tree 2 files changed +29
-27
lines changed Expand file tree Collapse file tree 2 files changed +29
-27
lines changed Original file line number Diff line number Diff line change @@ -86,33 +86,6 @@ submit a pull request. Follow the contribution guidelines outlined in the CONTRI
86
86
87
87
...
88
88
89
- ## Profiling
90
-
91
- Navigate to the cloned repo:
92
-
93
- ``` bash
94
- cd PhastFt
95
- ```
96
-
97
- On linux, open access to performance monitoring, and observability operations for processes:
98
-
99
- ``` bash
100
- echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
101
- ```
102
-
103
- Add debug to ` Cargo.toml ` under ` profile.release ` :
104
-
105
- ``` bash
106
- [profile.release]
107
- debug = true
108
- ```
109
-
110
- Finally, run:
111
-
112
- ``` bash
113
- ./profile.sh
114
- ```
115
-
116
89
## What's with the name?
117
90
118
91
The name, ** PhastFT** , is derived from the implementation of the
Original file line number Diff line number Diff line change 1
1
# BENCHMARKING
2
+
3
+ ## Benchmark
4
+
5
+ ## Profiling
6
+
7
+ Navigate to the cloned repo:
8
+
9
+ ``` bash
10
+ cd PhastFt
11
+ ```
12
+
13
+ On linux, open access to performance monitoring, and observability operations for processes:
14
+
15
+ ``` bash
16
+ echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
17
+ ```
18
+
19
+ Add debug to ` Cargo.toml ` under ` profile.release ` :
20
+
21
+ ``` bash
22
+ [profile.release]
23
+ debug = true
24
+ ```
25
+
26
+ Finally, run:
27
+
28
+ ``` bash
29
+ ./profile.sh
30
+ ```
You can’t perform that action at this time.
0 commit comments