<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/perf_timer.cpp, branch v0.14.1.2</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-03-24T20:15:33Z</updated>
<entry>
<title>perf_timer: move some debug levels to info for consistency</title>
<updated>2019-03-24T20:15:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-24T20:14:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=849a768f36e090618f6c8d1c2120f5280fb87e84'/>
<id>urn:sha1:849a768f36e090618f6c8d1c2120f5280fb87e84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf_timer: check allowed categories before logging</title>
<updated>2018-12-07T14:23:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-06T01:07:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=93c59b29a8638fcdeb15c1a6dd6efe954586a680'/>
<id>urn:sha1:93c59b29a8638fcdeb15c1a6dd6efe954586a680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf_timer: add a way to get and reset the current time</title>
<updated>2018-12-07T14:23:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-11T11:17:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a507dab6f935b0d8c417299ba4f5be4882582bb'/>
<id>urn:sha1:6a507dab6f935b0d8c417299ba4f5be4882582bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf_timer: only log to file</title>
<updated>2018-12-07T14:23:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-31T13:26:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c1581a5bb8398936d0e388fc18a4c08d06883ca6'/>
<id>urn:sha1:c1581a5bb8398936d0e388fc18a4c08d06883ca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4769</title>
<updated>2018-11-14T19:35:03Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-11-14T19:35:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0cc3fc3756390f057847b767a4d7e8e3745242df'/>
<id>urn:sha1:0cc3fc3756390f057847b767a4d7e8e3745242df</id>
<content type='text'>
5808530f blockchain: remove unused output_scan_worker parameter (moneromooo-monero)
1426209a blockchain: don't run threads if we have just one function to run (moneromooo-monero)
6f7a5fd4 db_lmdb: slight speedup getting array data from the blockchain (moneromooo-monero)
99fbe100 db_lmdb: save some string copies for readonly db keys/values (moneromooo-monero)
bf31447e tx_pool: speed up take_tx for transactions from blocks (moneromooo-monero)
4f005a77 tx_pool: remove unnecessary get_transaction_hash (moneromooo-monero)
593ef598 perf_timer: call reserve on new timer array (moneromooo-monero)
6ecc99ad core: avoid unnecessary tx/blob conversions (moneromooo-monero)
00cc1a16 unit_tests: notify test special case for the usual weirdo (moneromooo-monero)
</content>
</entry>
<entry>
<title>perf_timer: call reserve on new timer array</title>
<updated>2018-11-01T15:51:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-31T13:36:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=593ef5981d0336bbe745936b166cd24ec754cac4'/>
<id>urn:sha1:593ef5981d0336bbe745936b166cd24ec754cac4</id>
<content type='text'>
to avoid reallocations in the vast majority of the time
</content>
</entry>
<entry>
<title>perf_timer: separate log categories based on caller categories</title>
<updated>2018-10-19T08:59:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-19T08:57:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ca9b996dcb03d3516b4e86a9c89f451467ccb9a6'/>
<id>urn:sha1:ca9b996dcb03d3516b4e86a9c89f451467ccb9a6</id>
<content type='text'>
Also default to microseconds, for homogeneity

Makes it easier to enable what we need
</content>
</entry>
<entry>
<title>perf_timer: split timer class into a base one and a logging one</title>
<updated>2018-09-11T13:37:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-28T18:16:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7314d919e7a600545c10c8ebced8e44769c7f43f'/>
<id>urn:sha1:7314d919e7a600545c10c8ebced8e44769c7f43f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf_timer: rewrite to make it clear there is no division by zero</title>
<updated>2018-02-02T16:06:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-02T16:05:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3f7da624de546c8f4e6b236d364377b19c49d78'/>
<id>urn:sha1:f3f7da624de546c8f4e6b236d364377b19c49d78</id>
<content type='text'>
It could have happened if epee::misc_utils::get_ns_count
is buggy, at a push

Coverity 182561
</content>
</entry>
</feed>
