diff --git a/help/C/figures/Sysprof.svg b/help/C/figures/Sysprof.svg new file mode 100644 index 00000000..98b193cc --- /dev/null +++ b/help/C/figures/Sysprof.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/help/C/index.page b/help/C/index.page index e0de392a..0c3e2d3d 100644 --- a/help/C/index.page +++ b/help/C/index.page @@ -4,12 +4,18 @@ id="index"> + Sysprof + Sysprof + Sysprof - Sysprof + + <media type="image" its:translate="no" width="48px" height="48px" + src="figures/Sysprof.svg" /> Sysprof +
Profiling diff --git a/help/C/profiling.page b/help/C/profiling.page index 0195168a..64d6b067 100644 --- a/help/C/profiling.page +++ b/help/C/profiling.page @@ -2,13 +2,11 @@ xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="profiling"> - - Profiling - -
+ Profiling +
How to profile your system

When Sysprof profiles your system, it records stack information for all applications executing, including the Linux kernel. This diff --git a/help/meson.build b/help/meson.build index d7a24017..4e46bfa7 100644 --- a/help/meson.build +++ b/help/meson.build @@ -2,4 +2,5 @@ find_program('itstool') gnome.yelp('sysprof', sources: ['index.page', 'introduction.page', 'profiling.page', 'faq.page', 'legal.xml'], + media: ['figures/Sysprof.svg'] )