Age | Commit message (Collapse) | Author |
|
This change replaces repetitive code with a helper macro.
|
|
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d82928016a43ca408717154a1c70a4db
* 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0
|
|
that prints the descriptive message when logging the start
but not when logging the completion.
|
|
|
|
|
|
- make timer code more homogeneous
- replace division with multiplication
- log if the time type is unexpected
|
|
and update BCLog::LogMsg() to omit irrelevant decimals for microseconds
and skip unneeded code and math.
|
|
These are a gnu extension warned against by: gnu-zero-variadic-macro-arguments
|
|
|
|
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
|
And ci script output.
Identified via test/lint/lint-spelling
|
|
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
|
Makes logging timing information about a block of code easier.
|