// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Help on Profiler" m_profilerPanel.kProfilerHelp; displayString -replace -value "Get help on Profiler" m_profilerPanel.kProfilerHelpAnnot; displayString -replace -value "Collapse selected events" m_profilerPanel.kProfilerToolCollapseSel; displayString -replace -value "Collapse selected event(s) so that only top-level events show up" m_profilerPanel.kProfilerToolCollapseSelAnnot; displayString -replace -value "Collapse selected events repetition" m_profilerPanel.kProfilerToolCollapseSelRep; displayString -replace -value "Collapse selected event(s) with the same type as the selected event(s)" m_profilerPanel.kProfilerToolCollapseSelRepAnnot; displayString -replace -value "Expand selected events" m_profilerPanel.kProfilerToolExpandSel; displayString -replace -value "Expand selected event(s) so that all sub-events show up" m_profilerPanel.kProfilerToolExpandSelAnnot; displayString -replace -value "Expand selected events repetition" m_profilerPanel.kProfilerToolExpandSelRep; displayString -replace -value "Expand selected event(s) with the same type as the selected event(s)" m_profilerPanel.kProfilerToolExpandSelRepAnnot; displayString -replace -value "Hide selected events" m_profilerPanel.kProfilerToolHideSel; displayString -replace -value "Hide the selected events" m_profilerPanel.kProfilerToolHideSelAnnot; displayString -replace -value "Hide selected events repetition" m_profilerPanel.kProfilerToolHideSelRep; displayString -replace -value "Hide every event(s) with the same type as the selected event(s)" m_profilerPanel.kProfilerToolHideSelRepAnnot; displayString -replace -value "Unhide all" m_profilerPanel.kProfilerToolShowAll; displayString -replace -value "Show all events" m_profilerPanel.kProfilerToolShowAllAnnot; displayString -replace -value "Show critical path" m_profilerPanel.kProfilerToolShowCritPath; displayString -replace -value "Show the critical path of events of current frame" m_profilerPanel.kProfilerToolShowCritPathAnnot; displayString -replace -value "Show only selected events" m_profilerPanel.kProfilerToolShowSel; displayString -replace -value "Show only the events selected" m_profilerPanel.kProfilerToolShowSelAnnot; displayString -replace -value "Show only selected events repetition" m_profilerPanel.kProfilerToolShowSelRep; displayString -replace -value "Show only every event(s) with the same type as the selected event(s)" m_profilerPanel.kProfilerToolShowSelRepAnnot;