Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added documentation on how to instrument methodsdocument-adding-instrumentation | Yorick Peterse | 2016-05-05 | 1 | -6/+123 |
| | | | | [ci skip] | ||||
* | Track call counts in Gitlab::Metrics.measure_blockmetrics-measure-block-transaction | Yorick Peterse | 2016-04-11 | 1 | -3/+4 |
| | |||||
* | Store block timings as transaction values | Yorick Peterse | 2016-04-11 | 1 | -19/+17 |
| | | | | | | | | | | This makes it easier to query, simplifies the code, and makes it possible to figure out what transaction the data belongs to (simply because it's now stored _in_ the transaction). This new setup keeps track of both the real/wall time _and_ CPU time spent in a block, both measured using milliseconds (to keep all units the same). | ||||
* | Added dev guide for measuring Ruby blocksmetrics-measure-block | Yorick Peterse | 2016-04-06 | 1 | -0/+37 |