Draws the time per iteration for preprocessing (including linearisation),
inla()
calls, and
line search. Iteration 0
is the time used for defining the model structure.
Examples
if (FALSE) { # \dontrun{
fit <- bru(...)
bru_timings_plot(fit)
} # }