Archive for category Profiling
Poor C++ developer's performance profiler – Helper Code
A while back I wrote a post about how I’ve used Stopwatch to profile .NET applications, this post is similar, it shows how “micro-benchmarking” can be done in C++ and more importantly it also shows how we can create a “using block” in …
Renesas Rulz
It can automatically generate start-up code for the targeted CPU. And the HEW supports advanced debugging features such as code profiling , performance analysis, code coverage, and trace features.
Are you a First Aider? Something to think about. « Perfect …
Perfect imprecision, thoughts on memory leaks, performance profiling , code coverage, deadlock detection and flow tracing is proudly powered by WordPress · Entries (RSS) and Comments (RSS).
Saving resources by deducing the total prediction events – US …
Building code –compile and link a version of applications code 2. Loading code –loading thecode into real hardware system or a software model 3. Debugging/ Profiling code –chasing correctness or performance problems 4
How to replace IsBadReadPtr? « Perfect imprecision, thoughts on …
Perfect imprecision, thoughts on memory leaks, performance profiling , code coverage, deadlock detection and flow tracing is proudly powered by WordPress · Entries (RSS) and Comments (RSS). …
.NET and Memory » Blog Archive » Memory Profiling SQL Server
One profiling scenario that is currently not supported by .NET Memory Profiler is SQL Server profiling . If your SQL Server database contains any .NET stored procedures or any other .NET code it can be important to validate the memory …
The cost of using OutputDebugString « Perfect imprecision …
The benefit of using OutputDebugString is the ability to leave a relatively benign function in your code that can output useful textual information which can be monitored by a debugger or a suitable utility (such as DebugView).
California Penal Code Section 834b sounds a lot like Arizona's …
California Penal Code Section 834b sounds a lot like Arizona’s anti illegal-immigration bill minus no racial profiling ! Hypocrites! mw_gonzalez_jesus.jpg All the boycotts of Arizona called for by California cities like Los Angeles, …
Elegant Code » Silverlight Profiling PowerShell helper.
I was playing around with some Silverlight profiling the other night to see if I could find any obvious issues with my open source project StatLight and wound up writing a little script in PowerShell I hoped someone might find helpful.