"I want to update this label continuously"
Don't do this and your issue will go away. From the way I interpretted your scenario, your thread is constantly trying to update this value. That means, every extra available ounce of resource power available to the process is being used to hit this method. Set up a system based on a trigger and necessity and your problem will go away (say, a timer object that is invoked every 1000ms).