GlowCode
   HOME

TheInfoList



OR:

GlowCode is a performance and memory/resource profiler developed by Electric Software Inc.


Overview

GlowCode is used by software developers to analyze and optimize
application Application may refer to: Mathematics and computing * Application software, computer software designed to help the user to perform specific tasks ** Application layer, an abstraction layer that specifies protocols and interface methods used in a c ...
performance, speed and resource use. GlowCode capabilities include detection of performance bottlenecks and
memory leak In computer science, a memory leak is a type of resource leak that occurs when a computer program incorrectly manages memory allocations in a way that Computer memory, memory which is no longer needed is not released. A memory leak may also happe ...
s. While the profiled application runs, GlowCode shows the duration, frequency and use of function calls, and identifies which functions play the most significant role in time-intensive tasks, which execution nodes are the source of multiple memory leaks, and which allocations are the source of excessive consumption of memory and resources. GlowCode also identifies problems specific to managed code, including boxing errors, and hyperactive and loitering objects. GlowCode profiles: * 64-bit and 32-bit code * Managed, native and mixed code * Code written in C, C++, C# or any .NET Framework-compliant language. GlowCode innovation has been underway for nearly two decades.


See also

*
Software optimization In computer science, program optimization, code optimization, or software optimization, is the process of modifying a software system to make some aspect of it work more efficiently or use fewer resources. In general, a computer program may be o ...
*
List of performance analysis tools This is a list of performance analysis tools for use in software development. General purpose, language independent The following tools work based on log files that can be generated from various systems. * time (Unix) - can be used to determin ...


References


External links

* {{Official website, http://www.glowcode.com Profilers