From ac20c45ed243fce68d48a7ca17318275e1cfbc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 12 Jan 2023 04:06:04 +0000 Subject: [PATCH] help: Update Sysprof icon as SVG --- help/C/figures/Sysprof.svg | 1 + help/C/index.page | 8 +++++++- help/C/profiling.page | 6 ++---- help/meson.build | 1 + 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 help/C/figures/Sysprof.svg 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'] )