Analysis Steps Regardless of the tool you use for analysis, a general rule of thumb is to: Identify a bottleneck at a high-level For example, you might notice a long running function call. Reduce the operations Look at time spent, or number of calls, and figure out an alternative approach. Look at the number of memory allocations, figure out an alternative approach. Drill down Use a tool that give