package b0
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0
doc/b0.memo/B0_memo_log/index.html
Module B0_memo_log
Source
Memo log.
A log has all the build operations, the hashed file paths and a few global timings.
Logs
file_hashes l
has all the files that were hashed through the memo.
hash_dur l
is the time span spent hashing.
total_dur l
is the time spanning from B0_memo.make
to of_memo
.
cpu_dur l
is the CPU time spanning from B0_memo.make
to of_memo
.
jobs l
is the maximal number of concurent spawns given to the build operation executor.
ops l
are the operations of the log.
IO
bincode
is a binary codec for logs.
write f l
writes log l
to file f
.
read f
read a log from file f
.