]> gitweb.factorcode.org Git - factor.git/history - vm/sampling_profiler.cpp
vm: write async signals to pipe for multiplexer
[factor.git] / vm / sampling_profiler.cpp
2011-11-08 Joe Groffvm: write async signals to pipe for multiplexer
2011-11-08 Joe Groffvm: switch atomic::add to atomic::fetch_add
2011-11-03 Joe Groffvm: sample pc on windows
2011-11-03 Joe Groffvm: fix MSVC warnings
2011-11-02 Joe Groffvm: count samples during unoptimized compiler
2011-11-02 Joe Groffvm: add atomic::load and atomic::store functions
2011-11-02 Joe Groffvm: sample thread object rather than raw context
2011-11-02 Joe Groffvm: sample code block owners instead of blocks
2011-11-02 Joe Groffvm: fix data roots in get-samples primitive
2011-11-02 Joe Groffvm: quell MSVC warnings
2011-11-02 Joe Groffvm: parameterize sampling rate
2011-11-02 Joe Groffvm: better organize atomics and sample counter
2011-11-02 Joe Groffvm: factor out sample counting code
2011-11-02 Joe Groffget sampler working under windows
2011-11-02 Joe Groffvm: fix build on windows
2011-11-02 Joe Groffvm: sampling profiler timer for windows
2011-11-02 Joe Groffvm: count samples from foreign threads
2011-11-02 Joe Groffvm: add primitives to lift sample data to factor
2011-11-02 Joe Groffvm: release memory used by sampler vectors
2011-11-02 Joe Groffvm: bottom_frame method for contexts
2011-11-02 Joe Groffvm: don't allocate callstack samples on data heap
2011-11-02 Joe Groffvm: groundwork for sampling profiler