]> gitweb.factorcode.org Git - factor.git/history - vm/sampling_profiler.hpp
VM: Refactor sampling_profiler.cpp/hpp to Factor style
[factor.git] / vm / sampling_profiler.hpp
2013-05-12 Erik CharleboisVM: Refactor sampling_profiler.cpp/hpp to Factor style
2011-11-23 Joe Groffvm: charge samples collected in prolog to parent
2011-11-02 Joe Groffvm: count samples during unoptimized compiler
2011-11-02 Joe Groffvm: sample thread object rather than raw context
2011-11-02 Joe Groffvm: parameterize sampling rate
2011-11-02 Joe Groffvm: factor out sample counting code
2011-11-02 Joe Groffvm: fix build on windows
2011-11-02 Joe Groffvm: count samples from foreign threads
2011-11-02 Joe Groffvm: don't allocate callstack samples on data heap
2011-11-02 Joe Groffvm: groundwork for sampling profiler