add FAQ about render% > 100

pull/287/head
nick black 5 years ago
parent 6434593afb
commit 064759179c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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

Loading…
Cancel
Save