more documentation
This commit is contained in:
parent
690cdf852d
commit
a478af2a27
3 changed files with 47 additions and 11 deletions
|
@ -27,7 +27,7 @@ int main() {
|
|||
|
||||
std::vector<unsigned long> times;
|
||||
for (int j = 0; j < 10; j++) {
|
||||
unsigned long start = current_msec();
|
||||
auto start = current_msec();
|
||||
for (int i = 0; i < 5000; i++)
|
||||
mstch::render(comment_tmp, comment_view);
|
||||
times.push_back(current_msec() - start);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue