mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 00:16:45 +00:00
Resource Usage UI changes
Add a column that shows the parent marker for the event range (by default the end event ID) Add an option to prevent combining resource usage across markers (group by marker) The tooltip for a resource usage entry contains the full marker path
This commit is contained in:
@@ -662,7 +662,17 @@ DECLARE_REFLECTION_STRUCT(BugReport);
|
||||
CONFIG_SETTING(public, QVariantList, rdcarray<rdcstr>, AlwaysLoad_Extensions) \
|
||||
\
|
||||
DOCUMENT(""); \
|
||||
CONFIG_SETTING(private, QVariantList, rdcarray<RemoteHost>, RemoteHostList)
|
||||
CONFIG_SETTING(private, QVariantList, rdcarray<RemoteHost>, RemoteHostList) \
|
||||
\
|
||||
DOCUMENT(""); \
|
||||
DOCUMENT( \
|
||||
"``False`` if :class:`ResourceUsage` should combine resource usage across marker " \
|
||||
"boundaries.\n" \
|
||||
"\n:" \
|
||||
"Defaults to ``False``." \
|
||||
"" \
|
||||
":type: bool"); \
|
||||
CONFIG_SETTING_VAL(public, bool, bool, ResourceUsage_SplitByMarker, false)
|
||||
|
||||
DOCUMENT(R"(The formatting mode used when displaying fields marked as Offsets or Sizes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user