// =========================================================================== // 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 "Delayed" m_performShowResults.kDelayed; displayString -replace -value "Interactive" m_performShowResults.kInteractive; displayString -replace -value "Performance Options" m_performShowResults.kPerformanceOptions; displayString -replace -value "Sample rate:" m_performShowResults.kSampleRate; displayString -replace -value "Samples" m_performShowResults.kSamples; displayString -replace -value "Screen based" m_performShowResults.kScreenBased; displayString -replace -value "Show Results" m_performShowResults.kShowResults; displayString -replace -value "Show Results Options" m_performShowResults.kShowResultsOptions; displayString -replace -value "Updates:" m_performShowResults.kUpdates;