mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
add FAQ about render% > 100
This commit is contained in:
parent
6434593afb
commit
064759179c
@ -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…
Reference in New Issue
Block a user