This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9633 for ps


Ignore:
Timestamp:
06/18/11 01:40:13 (14 years ago)
Author:
ben
Message:

Adds message when profiler snapshot is first saved (Shift+F11)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/ps/ProfileViewer.cpp

    r9107 r9633  
    534534            return;
    535535        }
     536        else
     537        {
     538            LOGMESSAGERENDER(L"Profiler snapshot saved to '%ls'", OsString(path).c_str());
     539        }
    536540    }
    537541
Note: See TracChangeset for help on using the changeset viewer.