Delay collection of statistics?
![DanZ](https://us.v-cdn.net/6029854/uploads/defaultavatar/nZUSABQN8JEE0.jpg)
Hi,
I need to profile some numerical code that takes an hour to run. The first 2 minutes are initialisation only and are fast enough, it is the other 58 minutes I am interested in.
However, if I start a profiling session the application never gets beyond the first 2 minutes as red gate slows it down to a complete crawl, presumably because more and more statistics are gathered. Is there a way to delay the start of the data collection, e.g. by inserting some code or pressing some button?
I know about attaching to a running process, but I would like to get more information than just sampling-level.
Many thanks,
Daniel
I need to profile some numerical code that takes an hour to run. The first 2 minutes are initialisation only and are fast enough, it is the other 58 minutes I am interested in.
However, if I start a profiling session the application never gets beyond the first 2 minutes as red gate slows it down to a complete crawl, presumably because more and more statistics are gathered. Is there a way to delay the start of the data collection, e.g. by inserting some code or pressing some button?
I know about attaching to a running process, but I would like to get more information than just sampling-level.
Many thanks,
Daniel