diff --git a/help/C/profiling.page b/help/C/profiling.page index 64d6b067..b2780916 100644 --- a/help/C/profiling.page +++ b/help/C/profiling.page @@ -39,29 +39,6 @@ results for more guidance.
-With
After selecting your target processes, click the Record -button to start profiling.
- -When you have completed, click the Record button again -to stop profiling.
- -See interpreting -results for more guidance.
- -Often times, you may need to spawn a new process to profile. -First, select the profiling target button next to the -Record button. Next, select New Process and fill -out the necessary information to spawn the process.
+First, select the Application button next at the top of the +reocrding window. Fill in your command and working directory, and optionally +specify any environment variables you need. Your process will be started +when recording begins.If you are spawning a process that requires access to your current
@@ -92,10 +70,7 @@ command line tool. When run without any arguments, it will record your entire
system and save the output to
You can also attach to an existing process using
-
If you would like to spawn a new process, use If you would like to spawn a new process, use
On the right, are all of the decendants of a selected function. You can select a function either from the functions list, or the callers list.
-You can jump into a function by activating a row in the tree of descendants
-with a double-click or by pressing
If you see - - kernel - - in your results, that means that the +
If you see - - Context Switch - - in your results, that means that the application transitioned into or from the Linux kernel. There can be many reasons for this such as a syscall or signal.