From 064759179c65888f3d75d38c62eba4d347a5cc5e Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 18 Jan 2020 16:06:57 -0500 Subject: [PATCH] add FAQ about render% > 100 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f35e1147f..43371dd99 100644 --- a/README.md +++ b/README.md @@ -2481,6 +2481,9 @@ up someday **FIXME**. `notcurses_getc_blocking()`. As a result, the `poll()` is not interrupted. Call `pthread_sigmask()` before spawning any threads. +* *Q:* One of the demos claimed to spend more than 100% of its runtime rendering. Do you know how to count? +* *A:* Runtime is wall clock time. A multithreaded demo can spend more than the wall-clock time rendering if the threads contend. + ## Supplemental material ### Useful links