Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- tutorialOctober 2018
Estimating the Empirical Cost Function of Routines with Dynamic Workloads
CGO '14: Proceedings of Annual IEEE/ACM International Symposium on Code Generation and OptimizationPages 230–239https://doi.org/10.1145/2544137.2544143A crucial aspect in software development is understanding how an application's performance scales as a function of its input data. Estimating the empirical cost function of individual routines of a program can help developers predict the runtime on ...
- tutorialFebruary 2014
Estimating the Empirical Cost Function of Routines with Dynamic Workloads
CGO '14: Proceedings of Annual IEEE/ACM International Symposium on Code Generation and OptimizationPages 230–239https://doi.org/10.1145/2581122.2544143A crucial aspect in software development is understanding how an application's performance scales as a function of its input data. Estimating the empirical cost function of individual routines of a program can help developers predict the runtime on ...
- research-articleOctober 2012
k-Calling context profiling
OOPSLA '12: Proceedings of the ACM international conference on Object oriented programming systems languages and applicationsPages 867–878https://doi.org/10.1145/2384616.2384679Calling context trees are one of the most fundamental data structures for representing the interprocedural control flow of a program, providing valuable information for program understanding and optimization. Nodes of a calling context tree associate ...
Also Published in:
ACM SIGPLAN Notices: Volume 47 Issue 10 - research-articleJune 2012
Input-sensitive profiling
PLDI '12: Proceedings of the 33rd ACM SIGPLAN Conference on Programming Language Design and ImplementationPages 89–98https://doi.org/10.1145/2254064.2254076In this paper we present a profiling methodology and toolkit for helping developers discover hidden asymptotic inefficiencies in the code. From one or more runs of a program, our profiler automatically measures how the performance of individual routines ...
Also Published in:
ACM SIGPLAN Notices: Volume 47 Issue 6