Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map render profiler added to Debugging/Development tools #8506 #8512

Merged
merged 3 commits into from
Sep 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/user_manual/introduction/general_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,14 @@ Available tools are organized under following tabs:

* |networkAndProxy| :guilabel:`Network Logger`
* |dbManager| :guilabel:`Query Logger`
* |stopwatch| :guilabel:`Profiler`
* |stopwatch| :guilabel:`Profiler` - under this tab you can choose one out
of three categories:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* |stopwatch| :guilabel:`Profiler` - under this tab you can choose one out
of three categories:
* |stopwatch| :guilabel:`Profiler` - under this tab you can choose one out of these categories:

Don't underestimate how quickly our devs can add more options to this feature and have your text (and its translations) obsolete/broken 😃


* :guilabel:`Startup`
* :guilabel:`Project Load`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* :guilabel:`Startup`
* :guilabel:`Project Load`
* :guilabel:`Startup`: helps you diagnose (and fix) occasional long startup times of QGIS
* :guilabel:`Project Load`: helps you identify the causes of slow project load times

Picked at qgis/QGIS#36509 and #5772 Feel free to reword as you want

* :guilabel:`Map Render` tool allows you to identify pain points in your
map rendering and track down exactly which layers are causing long map
redraws.

.. note:: Plugin authors can extend the panel with custom tabs
for debugging and developping their own plugins.
Expand Down