Videos tagged with Profiling
dynaTrace provides one of the most powerful tools for analyzing the performance of web applications in Internet Explorer. In this talk, dynaTrace engineer Alois Reitbauer walks through four specific analytic scenarios using the dynaTrace interface.
RailsLab Scaling Rails: Episode #20 - On The Edge - Part 2
In this screencast we discover what typically causes Ruby server memory bloat, namely instantiating too many ActiveRecord objects. Thankfully there are several plugins which can help you detect when your application needs some help, and where your application is hurting the most. We start by taking a look at Rack-Bug, a toolbar which places all sorts of statistics about each requests at your fi...
Velocity 09: Fistful of Sand: Monitoring Code Performance at MySpace.com
Every good developer loves building a bonsai-site—a fast, lean paean to minimalism and efficiency. The DOM tree is carefully pruned, lovingly decorated with tasteful CSS. The browser welcomes it with a sigh of relief. The server’s CPU barely registers, and the database brushes delicately against the SAN, no lookup un-clustered. Inevitably, such perfection is short-lived. Once the si...
Visual Studio Team System #27: How Do I: Enable Code Coverage and Profiling in Production Applications?
Learn how to set up instrumentation for both code coverage and profiling in a deployed ASP.NET application, rather than an application running from within Visual Studio. This video follows the steps set out in the Profiling ASP.NET in Instrumentation mode from the Command Line TechNote on the Microsoft MSDN Web site. Presented by Chris Menegay Date: 22 August 2007
Visual Studio Team System #17: How Do I: Tune Web Application Performance with Profiling?
In this video we learn that Visual Studio Team System provides two methods of profiling a Web application: Sampling and Instrumentation. Instrumentation injects markers in the underlying code so that the developer can view full details of the application's execution, including call trees and object allocation, to help tune the performance of the application. Presented by Chris Menegay Date: 01 ...
Perkins, Lawrence, Goldsmith, Barton, "Four Demos"
HTTPWatch from Simon Perkins (Simtec Limited); Fiddler from Eric Lawrence (Microsoft); AOL PageTest from Eric Goldsmith (AOL, LLC); Profiling Dynamic Web Applications with Firebug from John J. Barton (IBM); moderated by Velocity co-chair Steve Souders of Google. Created by VelocityConf
NetBeansTV: Profiling Points
This demo shows how to use Profiling Points, the new concept of breakpoints from the debugger to the profiler.
EnvyCasts: Scaling Ruby
Learn how to write faster Ruby applications and gain a deeper understanding of what it takes to scale Ruby. Topics covered: Processes & Threads Green vs Native Threading EventMachine Process Messaging Dropping to C Learning ruby-prof Speeding up Ruby code This screencast also comes with a PDF with further resources to learn more about each topic. Produced by Gregg Pollack
NetBeansTV: Drill Down Graph, Profiling Points, Heap Walker
This demo shows three of the new profiler features in the NetBeans IDE: a drill down graph that makes it easier to see which categories your application is spending time in, profiling points that allow you to control the profiler's actions from within your application, and a heap walker for tracking down memory leaks.
Optimizing Your App: Profiling and Memcache
Jeff Scudder goes over how to improve the efficiency of your App Engine app. Check out the docs: http://code.google.com/appengine