]> gitweb.factorcode.org Git - factor.git/history - vm/sampling_profiler.cpp
xmode.marker: faster update-match-group
[factor.git] / vm / sampling_profiler.cpp
2020-08-14 John Benediktssonvm: rename primitive_sampling_profiler to primitive_set...
2020-08-14 John Benediktssonvm: add some allocates memory comments.
2020-08-14 John Benediktssonvm: change some bools from cell to bool.
2018-07-13 Doug Colemanvm: Fix unused variable warnings on Windows.
2017-06-24 Björn LindqvistVM: merging the profiling_sample and profiling_sample_c...
2016-11-23 Björn LindqvistVM: storing some sample data in the heap (#337)
2016-11-23 Björn LindqvistVM: better to use a "normal" for-loop here
2016-10-12 Björn LindqvistVM: remove the reversing from sampling profiler callsta...
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 /...
2016-05-30 Alexander Iljinvm: fix a typo in a comment
2016-05-30 Alexander Iljinvm: fix warning C4800: forcing value to bool
2016-05-18 Björn LindqvistVM: better logic in factor_vm::set_sampling_profiler
2016-05-06 Björn LindqvistVM: when starting the sampling profiler, the data needs...
2016-05-05 Björn LindqvistVM: The C++11 method shrink_to_fit() can be used to...
2016-05-05 Björn LindqvistVM: the (clear-samples) primitive is unused
2016-05-04 Björn LindqvistVM: using a c++ lambda over a struct
2015-01-15 Björn LindqvistVM: some more fixing to make the types match better...
2013-05-12 Erik CharleboisVM: Refactor sampling_profiler.cpp/hpp to Factor style
2012-08-16 Doug Colemanvm: Add more comments about functions that allocate.
2011-12-14 Joe Groffvm: replace remaining stack_frame-based logic
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2011-11-23 Joe Groffvm: charge samples collected in prolog to parent
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