0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code to facilate building gnuplot scripts and invoking gnuplot on sexp data. More... about 16 years ago
Moved temp file generation to library area since it seems like it will be generally useful. More... about 16 years ago
Refactoring code. More... about 16 years ago
simplistic extraction routines for datasets in stats. More... about 16 years ago
Basic IO for stats data. More... about 16 years ago
Extended stats output to include pause time histograms. More... about 16 years ago
Revised part of calculation of allocation target to shoot for {{{L_soft*P_old - N_old}}} instead of {{{(L_soft - 1) * P_old}}}. More... about 16 years ago
Removing spurious collection cycle completion. The addition of {{{region_group}}} means that cycles are no longer governed by circular traversal of the area array. More... about 16 years ago
If we have not yet allocated sufficient storage ({{{filled}}} region group) to satisfy our goal number of summarized regions, then we should continue delaying starting a new wave of summarization. More... about 16 years ago
Fixed bug (missing initialization of {{{waiting}}} field). More... about 16 years ago
twobit shell script should also be ignored by git. More... about 16 years ago
Added list of files for git to ignore. More... about 16 years ago
Fix english mistake resulting from bullet reordering. More... about 16 years ago
Added documentation for foreign-cstructs and foreign-cenums libraries. More... about 16 years ago
Fixed some presentation issues. More... about 16 years ago
Added grammar and spec for define-c-info, lifted mostly verbatim from my Scheme workshop paper. More... about 16 years ago
Fleshed out void*-rt stuff, and fixed some small presentation problems. More... about 16 years ago
Fixed typo. More... about 16 years ago
Added oneof as an example of undocumented type constructors, since it is referenced by the grammar for type-descriptor S-exps. (An alternative would be to revise the grammar so that it does not include oneof...) More... about 16 years ago
Adapted text from Scheme Workshop paper to fill in some sections that have long needed text. More... about 16 years ago
Further revisions of FFI chapter. More... about 16 years ago
Added intro to FfiMarshalling section, and moved the type description section with the list of types up to fit in the FfiMarshalling section. More... about 16 years ago
Some small text cleanup after reading generated documentation. More... about 16 years ago
Added FfiOverview and FfiForeignValues sections to user manual. More... about 16 years ago
Formatting fixes. More... about 16 years ago
Changed line endings to fit rest of files in repository. More... about 16 years ago
Fixed incremental summarization policy by incorporating the possibilty that regions may asynchronously become popular. More... about 16 years ago
1. Restricted range of {{{character->char}}} and {{{character->uchar}}} to just ASCII characters. More... about 16 years ago
Fixed some things in the user manual. More... about 16 years ago
Added more SRFIs. More... about 16 years ago