Top "Metrics" questions

Software metrics are quantitative data related to software.

How to get screen display metrics in application class

If I put this in some activity class it works perfectly but, when I put it in my App class …

android metrics
Is there a way to have a moving average in Grafana?

I didn't find a 'moving average' feature and I'm wondering if there's a workaround. I'm using influxdb as the backend.

metrics influxdb grafana
Big-O for Eight Year Olds?

I'm asking more about what this means to my code. I understand the concepts mathematically, I just have a hard …

algorithm theory big-o metrics
Obtaining a total of two series of data from InfluxDB in Grafana

I am perplexed at this point. I spent a day or three in the deep end of Influx and Grafana, …

metrics influxdb statsd grafana
DropWizard Metrics Meters vs Timers

I am learning the DropWizard Metrics library (formerly Coda Hale metrics) and I am confused as to when I should …

java timer dropwizard metrics codahale-metrics
Graphing a process's memory usage

Does anyone know of a tool to visually show the memory usage of a selected process on Ubuntu? ps aux …

memory ubuntu process monitoring metrics
Eclipse metrics plugin suggestion

I'm looking for a tool to give me some code metrics (total LOCs, LOC/Class, # of external references/class, etc...). …

eclipse eclipse-plugin metrics code-metrics
When, if ever, is "number of lines of code" a useful metric?

Some people claim that code's worst enemy is its size, and I tend to agree. Yet every day you keep …

metrics
Java application profiling

I am looking for a Java code profiler which I can use to profile my application (its a service which …

java performance profiling metrics jprofiler
Eclipse plugin for measuring lines of code

I'm running Eclipse Helios (3.6) and was wondering if there is a nice plugin out there that will count the number …

java eclipse metrics lines-of-code