Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9007007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:34:03+00:00 2026-06-16T01:34:03+00:00

I am to evaluate several competing frameworks for WPF components which process large amounts

  • 0

I am to evaluate several competing frameworks for WPF components which process large amounts of data (100000 entries and up). Thus, I need to time the real performance. As all our software is strictly MVVM/Data binding driven, that is the test environment I use. What I need is to find a way to measure time between my view model sets some value and the end of rendering by the view. Visually it takes several seconds, but I’d like to have exact measurements.

I can of course start a stopwatch when setting the property, but how do I find out that the rendering is ready? Is there an event or something for this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:34:05+00:00Added an answer on June 16, 2026 at 1:34 am

    Maybe it won’t give you exact measures, but an easy way to do it is using the Dispatcher

    var sw = new StopWatch();
    sw.Start();
    //Set value and raise property changed
    Dispatcher.CurrentDispatcher.BeginInvoke((Action)(() =>
    {
       sw.Stop();
    
    }), System.Windows.Threading.DispatcherPriority.Loaded);
    

    The Loaded priority is just below the Render priority, so the stopwatch will be stopped after the view has been rendered.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several hosting accounts with different companies, and I'm trying to evaluate which
Here's the scenario... I have several float attributes in my data model which I
Hey there, I want to evaluate a mathematical function (user-defined) which returns several values
I created several ctree models (about 40 to 80) which I want evaluate rather
I would like to visually evaluate web pages response time for several Internet connections
I have a function which evaluates terms of a polynomial in several variables. The
we need to evaluate a value in an object in run time while we
I need to evaluate and dig more into the use of Remote Procedure Call
I need to evaluate the document from each browser window and act accordingly. I'm
I m giving a string that contains several different combination of data. For example

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.