]> gitweb.factorcode.org Git - factor.git/history - vm/sampling_profiler.hpp
xmode.rules: removing test no longer needed
[factor.git] / vm / sampling_profiler.hpp
2017-06-24 Björn LindqvistVM: merging the profiling_sample and profiling_sample_c...
2016-09-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2016-09-09 Alexander IljinRevert "vm: replace line comments // with block comment...
2016-08-15 Björn LindqvistVM: removing the safepoint_state class
2016-08-15 Björn LindqvistVM: trying to simplify record_sample and the profiling_...
2016-08-03 Alexander Iljinvm: replace line comments // with block comments /...
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