ACM Queue - Visualization http://queue.acm.org/listing.cfm?item_topic=Visualization&qc_type=topics_list&filter=Visualization&page_title=Visualization&order=desc Efficient Graph Search http://queue.acm.org/detail.cfm?id=3424304 Visualization Sun, 13 Sep 2020 15:40:03 GMT Terence Kelly 3424304 The Flame Graph: This visualization of software execution is a new necessity for performance profiling and debugging. http://queue.acm.org/detail.cfm?id=2927301 An everyday problem in our industry is understanding how software is consuming resources, particularly CPUs. What exactly is consuming how much, and how did this change since the last software version? These questions can be answered using software profilers, tools that help direct developers to optimize their code and operators to tune their environment. The output of profilers can be verbose, however, making it laborious to study and comprehend. The flame graph provides a new visualization for profiler output and can make for much faster comprehension, reducing the time for root cause analysis. Visualization Wed, 20 Apr 2016 18:05:35 GMT Brendan Gregg 2927301