You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/developer_guide/performance/performance_benchmark/benchmark_kernel.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ More parameters can be found in the command-line parameters section later.
44
44
45
45
The time mode is used to track user programs for a period of time. This method is suitable for tasks that need to run for a long time.
46
46
47
-
Using the -t or --time command-line parameter, XPorfiler will run for the specified time and then exit, in seconds. In this mode, the application needs to be started separately. An example is as follows:
47
+
Using the -t or --time command-line parameter, XProfiler will run for the specified time and then exit, in seconds. In this mode, the application needs to be started separately. An example is as follows:
48
48
49
-
(1) Starting XPorfiler
49
+
(1) Starting XProfiler
50
50
51
51
```bash
52
52
/xxxx/xxxx/xprofiler -r 500 --xpu=0 -t600 # Time mode collects events within a specified time period, measured in seconds (s).
The daemon mode is used to track the event timeline of a specified code segment, eliminating interference from redundant information. The startup command is the same as in fork mode.
0 commit comments