more documentation

This commit is contained in:
Daniel Sipka 2015-04-24 14:47:12 +02:00
parent 690cdf852d
commit a478af2a27
3 changed files with 47 additions and 11 deletions

View file

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