Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-17Enable even more frozen string for lib/gitlabgfyoung
2017-11-02Differentiatie between class and instance methodsPawel Chojnacki
2017-11-02Split call name to module and method namePawel Chojnacki
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2016-07-28Reduce instrumentation overheadYorick Peterse
2016-06-17Track method call times/counts as a single metricYorick Peterse
2016-06-14Instrument private/protected methodsPaco Guzman
2016-06-14Measure CPU time for instrumented methodsPaco Guzman
2016-05-12Removed tracking of total method execution timesYorick Peterse
2016-04-18Use Module#prepend for method instrumentationYorick Peterse
2016-01-25Correct arity for instrumented methods w/o argsYorick Peterse
2016-01-04Track total method call times per transactionYorick Peterse
2015-12-17Support for instrumenting class hierarchiesYorick Peterse
2015-12-17Only track method calls above a certain thresholdYorick Peterse
2015-12-17Allow filtering of what methods to instrumentYorick Peterse
2015-12-17Only instrument methods defined directlyYorick Peterse
2015-12-17Added Instrumentation.configureYorick Peterse
2015-12-17Methods for instrumenting multiple methodsYorick Peterse
2015-12-17Proper method instrumentation for special symbolsYorick Peterse
2015-12-17Use custom code for instrumenting method callsYorick Peterse
2015-12-17Use string evaluation for method instrumentationYorick Peterse
2015-12-17Storing of application metrics in InfluxDBYorick Peterse