dotTrace 3.1 objects missing in dotTrace 4.0 version
Hello Team,
We were using dotTrace 3.1 for profilling or .NET 3.5 application. recently we moved our application to .Net 4.0 and thats why we have upgraded it to dotTrace 4.0.
But folowing objects are missing in dotTrace 4.0 which were present in dotTrace 3.1
IProfiler
PEProfiler
IProfiler.StartBridge()
IProfiler.StoppingFinished -- Event
IProfiler.BridgeToProfilee.Saved -- Event
IProfiler.StartProfilee()
IProfiler.Stop()
IProfiler.BridgeToProfilee.CPUStart()
IProfiler.BridgeToProfilee.CPUStopAndSave()
IProfiler.BridgeToProfilee.MemoryStart()
IProfiler.BridgeToProfilee.MemoryStopAndSave()
Kindly share us equivalent class and please give us example to instantiate equvalent PEProfiler class or give some examples associated with this.
Please sign in to leave a comment.
Hello Bhushan,
Unfortunately I can't help you much: API was redesigned much in 4.0, all the features available in it you can find in integrated help: Help -> Help Contents -> Profiling Guidelines -> Advanced Profiling Using DotTrace API.
Hello,
Thanks for quick response.
In this link http://www.jetbrains.com/profiler/webhelp/Profiling_Guidelines__Advanced_Profiling_Using_dotTrace_API.html
Whole operation is controlled by the code in which the application is profilled.
I want to know how to control it from external application not within the same application.
I also want to know how to start it from external application as well.
Regards,
Bhushan
Kindly suggest us the equivalent objects.
Regards,
Bhushan
Hello and sory for delay with the answer,
Unfortunately API works only from the profiled operation - there's no way to control dotTrace from external application.
Sorry again, there're problems with forum's work.