summaryrefslogtreecommitdiff
path: root/src/mbgl/util/stopwatch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-1/+0
|
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+6
| | | | | | | - puts function definitions in a namespace ... {} rather than using namespace ...; - remove trailing whitespace - add trailing newline - protect SQL statements from being formatted by clang-format
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-4/+4
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-0/+1
| | | | Use mbgl::Duration and mbgl::{,Milli}Seconds whenever possible.
* [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-061-1/+1
|
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-291-1/+1
| | | | | | Before C++11, std::list's implementation of size was O(n). It should be all O(1) now, but it is probably still a good idea to use empty() to emphasize the intend.
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-5/+5
|
* Use std::chronoLeith Bade2015-02-041-7/+6
|
* make most headers privateKonstantin Käfer2014-12-041-0/+36