mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Adding a copy button to the source view.
This commit is contained in:
+1
-1
@@ -3681,7 +3681,7 @@ This window can operate in one of the two modes. The first one is quite simple,
|
||||
|
||||
\subsubsection{Source file view}
|
||||
|
||||
In source view mode, you can view the source code of the profiled application to take a quick glance at the context of the function behavior you are analyzing. The profiler will highlight the selected line (for example, a location of a profiling zone) both in the source code listing and on the scroll bar.
|
||||
In source view mode, you can view the source code of the profiled application to take a quick glance at the context of the function behavior you are analyzing. The profiler will highlight the selected line (for example, a location of a profiling zone) both in the source code listing and on the scroll bar. The contents of the file displayed in the source view can be copied to the clipboard using the button adjacent to the file name.
|
||||
|
||||
\begin{bclogo}[
|
||||
noborder=true,
|
||||
|
||||
Reference in New Issue
Block a user