mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 14:01:47 -07:00
Adding more todo notes and references.
Copied from Perforce Change: 182753 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
2dfab5bbb8
commit
7545b41d42
1 changed files with 14 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
-- telemetry.sql -- SQL tools for analysing telemetry output
|
||||
-- telemetry.sql -- SQL tools for analysing MPS telemetry output
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- This file can be loaded into a sqlite database that has been generated by
|
||||
|
|
@ -6,8 +7,19 @@
|
|||
-- the event log.
|
||||
--
|
||||
-- TODO: Documentation.
|
||||
-- TODO: Focus on CPU/memory overhead and pause times.
|
||||
-- TODO: Focus on CPU/memory overhead and pause times, BMU [sach04]_ and MMU [chen01]_.
|
||||
-- TODO: Log clocks_per_sec so that ClockLerp and provide output in seconds.
|
||||
-- TODO: Incorporate https://info.ravenbrook.com/mail/2012/11/09/15-21-27/0/
|
||||
-- TODO: Output a EventSync whenever we call mps_clock (because why not?)
|
||||
--
|
||||
-- .. [chen01] Perry Cheng and Guy Blelloch. A parallel, real-time
|
||||
-- garbage collector. In PLDI 2001 [PLDI01], 2001, pages 125-136.
|
||||
-- <http://dx.doi.org/10.1145/378795.378823>
|
||||
--
|
||||
-- .. [sach04] Narendran Sachindran, J. Eliot B. Moss, and Emery D.
|
||||
-- Berger. MC²: High-performance garbage collection for memory-constrained
|
||||
-- environments. In OOPSLA 2004 [OOPSLA04], 2004, pages 81-98.
|
||||
-- <http://dx.doi.org/10.1145/1028976.1028984>.
|
||||
|
||||
-- TODO: Label strings all start with double quotes. Bug in eventsql?
|
||||
CREATE VIEW Address_Label AS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue