X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FDeveloper.tex;h=5ab309b8a246130d011a6d64cfe5c846e14a3512;hp=a23ce32ecf088119d1ecfb194e916082f98cfaba;hb=d944110369dd019b349e5688adc542a61f314f51;hpb=5fdbc151f8b8060332ab013556ee5c0435425836 diff --git a/parts/Developer.tex b/parts/Developer.tex index a23ce32..5ab309b 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -518,9 +518,15 @@ Key in: \qquad \texttt{prof2} Key in: \qquad \texttt{make clean all install} -Later, if you wanttitle to remove this from the system, +Because \textit{smap} may have to be found in the system if \textit{How to use} below does not work, you will have to do the following: +\newline +\newline +Key in: \qquad \texttt{cp -a smap /usr/local/bin} -key in: \qquad \texttt{make uninstall} + +Later, if you want to remove this from the system, + +Key in: \qquad \texttt{make uninstall} \subsection{How to use} \label{sub:how_to_use} @@ -633,5 +639,6 @@ $\dots$\\ \textbf{10.200t 0.001u+0.000s 21.566r 47.3\%}\\ \textit{--- profile end ---} -The summary line above in Bold represents the User time, System time, Real time and the percentage is how much Timer time elapsed over Real time so in this case the measurement covers 47.3\% of time.\\ +The summary line above in Bold represents the User time, System time, Real time and the percentage is how much Timer time elapsed over Real time so in this case the measurement covers 47.3\% of time. + So why use a Profiler? Because it is the ``ls'' for executable functions!!