Tagged Questions
The measurement tag has no wiki summary.
15
votes
14answers
10k views
How do you measure page load speed?
I am trying to quantify "site slowness". In the olden days you just made sure that your HTML was lightweight, images optimized and servers not overloaded. In high end sites built on top of modern ...
13
votes
4answers
2k views
How do you measure latency in low-latency environments?
Here's the setup... Your system is receiving a stream of data that contains discrete messages (usually between 32-128 bytes per message). As part of your processing pipeline, each message passes ...
10
votes
6answers
7k views
Stopwatch class for Java
Which Java class should you use for time performance measurements?
(One could use any date/time class, but the reason I'm asking is in .Net there's a designated Stopwatch class for this purpose)
8
votes
3answers
322 views
Measuring performance in Python
I'm writing a web-application in Python, I haven't decided if I want to use Flask, web.py or something else yet, and I want to be able to do profile on the live application.
There seems to be very ...
8
votes
3answers
533 views
How to calculate total width of text including the left and right bearing
I am trying to calculate the total width of a span in HTML including both the left and right bearings of the first and last characters. I have already tried Javascript's offsetWidth and jQuery's width ...
8
votes
5answers
283 views
How to quantify your “slow” development machine?
( Please provide the question this one duplicates. I'm disappointed I couldn't find it. )
My development machine is "slow". I wait on it "a lot".
I've been asked by decision makers who want to ...
8
votes
10answers
4k views
What is a fair productivity measurement technique for programmers?
Is there any measurement technique that takes into consideration not only how many artifacts were generated (i.e. lines of code, use cases, etc), but also considers the quality and effort involved?
...
8
votes
3answers
11k views
Measuring Java execution time, memory usage and cpu load for a code segment
For a particular segment of Java code, I'd like to measure:
execution time (most likely thread execution time)
memory usage
CPU load (specifically attributable to the code segment)
I'm a relative ...
7
votes
3answers
110 views
How to convert a measurement displayed in an architectural format to a floating point?
I have a database that was created and is used by an architecture firm. All measurements are stored in a format like this: 15-3/4" and 12' 6-3/4".
Is there a way to convert these types of ...
7
votes
4answers
3k views
Difference between android dimension: pt and dp
The documentation says that 160 dp (density-independent) equals 1 inch. And 72 pt is also 1 inch. So I don't see why android define a dp measurement while it seems to work the same as points. Can ...
6
votes
2answers
151 views
how do we investigate how many times a browser is doing reflows?
Is there a web developer functionality/tool that allows us to know how many times a browser is doing reflows?
basically I want to have some sort of feedback/information. I don't know how it will be, ...
6
votes
3answers
349 views
How to get a program's running time in haskell
Haskell gurus should be able to get this in a jiffy, I was very new to haskell and wondering how to go about doing that through system time functions (for a program or an executable) in haskell.
I am ...
6
votes
4answers
472 views
How to measure screen render time in WPF
I am attempting to measure the performance for a WPF based application. Currently we have code that times how long it takes to add the content to the WPF render tree. At this point, control is ...
6
votes
11answers
1k views
Easily measure elapsed time
I am trying to use time() to measure various points of my program.
What I don't understand is why the values in the before and after are the same? I understand this is not the best way to profile my ...
6
votes
7answers
2k views
How to measure the TCP/IP overhead without sniffing?
I'm wondering whether there is a programmatic way to obtain a measure of the full bandwidth used when sending data through a TCP stream. Since I cannot seem to know how the network stack would divide ...
6
votes
9answers
1k views
How to effectively measure developer's work hours?
I have a few software developers working for my projects and I would like to provide them a way to register time they spent on real development.
There is good will to register development hours, no ...
5
votes
2answers
2k views
Measuring distance with iPhone camera
How to implement a way to measure distances in real time (video camera?) on the iPhone, like this app that uses a card to compare the size of the card with the actual distance?
Are there any other ...
5
votes
3answers
411 views
Why does TextRenderer.MeasureText not measure text correctly using larger fonts in C#?
What I am doing is getting the pixel size of a string and converting it to hundredths of an inch (ie. pixels/DPI = inches, inches * 100 = hundredths of an inch). Here is my code:
private static SizeF ...
5
votes
3answers
372 views
Measuring Programmers' Productivity. Bad, good or invasive?
A client needs my company to develop an app that will be able to measure the programmer productivity, by getting information from VS, IE, SSMS, profiler and VMware.
For example:
Lines, Methods, ...
5
votes
3answers
707 views
Determining if the difference between two error values is significant
I'm evaluating a number of different algorithms whose job is to predict the probability of an event occurring.
I am testing the algorithms on large-ish datasets. I measure their effectiveness using ...
5
votes
4answers
2k views
Precise time measurement in Java
Java gives access to two method to get the current time: System.nanoTime() and System.currentTimeMillis(). The first one gives a result in nanoseconds, but the actual accuracy is much worse than that ...
5
votes
8answers
11k views
Pixel to Centimeter?
I just want to know if the pixel unit is something that doesn't change, and if we can convert from pixels to let's say centimeters ?
5
votes
7answers
2k views
How can I measure the speed of code written in php?
How can I say which class of many (which all do the same job) execute faster? is there a software to measure that?
5
votes
9answers
3k views
Problems of Measuring Programmer Productivity
Ok, the question is usually, how can one measure a programmer's productivity.
But I want to put a slight twist on the question. How does one measure one's own productivity when coding? Do you ...
5
votes
7answers
2k views
Mips calculation for embedded software
I have been recently (and repeatedly) asked by customers about MIPS needed to run our software. Usually we was able to get rid of this questions by explaining the customer that this is really depend ...
4
votes
3answers
68 views
How do we do text measurements without a prior call to paintComponent?
Hi all I need to do some text measuring using java.awt.font.FontRenderContext, however this class requires me to supply a graphics object.
From what I know, the only way I could grab a graphics ...
4
votes
5answers
411 views
benchmark a piece of code independent of CPU performance?
My Objective is : I want to test a piece of code (or function) performance, just like how I test the correctness of that function in a unit-test, let say that the output of this benchmarking process ...
4
votes
2answers
2k views
Measure data roaming traffic on Android?
Just back from a very nice vacation in Iceland, and await the data roaming bill from my phone company. I hope for the best having limited my traffic as much as possible, but I want to know in advance. ...
4
votes
3answers
3k views
How to measure separate CPU core usage for a process?
Is there any way to measure a specific process CPU usage by cores?
I know top is good for measuring the whole system's CPU usage by cores and taskset can provide information about which CPU core is ...
4
votes
3answers
767 views
Units of measurement conversion logic in C#
I am adding a feature to my program in which the user will have the ability to change their unit of measurement at any time, and have the program recalculate their input and output.
If the user ...
4
votes
3answers
7k views
Units of a Fourier Transform (FFT) when doing Spectral Analysis of a Signal
My question has to do with the physical meaning of the results of doing the spectral analysis of a signal, or, put another way, of interpreting what comes out of throwing a signal into an FFT of a ...
4
votes
6answers
462 views
What is the best method to gather data about the use of your application?
My company releases a small software product for which I've recently been taking over the development side. It is a C# Windows Forms application.
One of the things I've noticed is that much of the ...
3
votes
1answer
74 views
Positioning image on a custom view, clarification needed
I have a view sized 320 x 376
On top of this view, i'd like to place a UIImageView leaving 4 (not sure what is the unit of measurements here) points to each size. This (i hope) will create a frame ...
3
votes
1answer
201 views
How to measure sequential and parallel runtimes of Haskell program
I am taking measurement of the haskell program from this question to produce the following table with runtimes and speedups summary so I can plot in a graph.
#Cores Runtimes Speedups
...
3
votes
2answers
225 views
Measure user time or system time in Ruby without Benchmark or time
Since I'm doing some time measurements at the moment, I wondered if it is possible to measure the user time or system time without using the Benchmark class or the command line utility time.
Using ...
3
votes
4answers
88 views
How do I use a common axis for three similar time/value graphs
I have three timestamped measurement series, taken over the same interval, but with different actual timestamps. I'd like to show these three trajectories in a combined plot, but because the x-axis ...
3
votes
2answers
293 views
Using Mercurial, how can I measure individual contributions?
My team is using Mercurial, and I would like to know the relative contributions by each team member. I know that we cannot measure productivity by lines of code, but I would like to see if each person ...
3
votes
2answers
1k views
SQL Server 2008 Geography .STBuffer() distance measurement units
I'm working with a geographic point using lat/long and need to find other points in our database within a 5 mile radius of that point. However, I can't seem to find out what the "units" are for ...
3
votes
4answers
204 views
Suggestions for profiling a webserver
I developed a small nifty webserver in C and would like to evaluate its performance. For this I'm doing the following:
Measuring the socket establishment time, file transfer time (for files of random ...
3
votes
3answers
157 views
What are the stages a Rubyist progresses through from absolute beginner to “employable”?
I am looking for a delineation of describable stages that an aspiring Ruby programmer will have to confront, explore, and master before being considered as a professional or employable.
Basically, ...
2
votes
2answers
148 views
Object height using Kinect
For example, I am standing in-front of my Kinect. The Kinect can identify the joints, and it will expose them as a data structure. Till this point I am clear.
So, can we define the height as the ...
2
votes
0answers
288 views
Calculating homography matrix using arbitrary known geometrical relations
I am using OpenCV for an optical measurement system. I need to carry out a perspective transformation between two images, captured by a digital camera. In the field of view of the camera I placed a ...
2
votes
2answers
61 views
How is physical inch related to pixels in css given so many different resolutions?
Following code sets the height of two div elements - one in inch and one in pixel.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
2
votes
1answer
65 views
calculate measurement error of morphological measurements in R
I know that to calculate measurement error in need to use an ANOVA, but i'm not sure how to implement in R
Data organised in the following mannder (with last line being a repeat measure):
ID Wing ...
2
votes
1answer
510 views
If I call getMeasuredWidth() or getWidth() for layout in onResume they returns 0
If I call getMeasuredWidth() or getWidth() for layout in onResume they returns 0.
I think that view it's not drawn yet in this moment.
Also I think that I need to put getMeasuredWidth() or ...
2
votes
3answers
97 views
Measuring effort / metrics for software configuration code
I was thinking about software metrics to use in the analysis of the effort to develop a piece of software. As I was thinking about using function-point like metrics for object-oriented software, I ...
2
votes
1answer
127 views
Integration sampled data in R
I have some measuring data sampled over time and want to integrate it, the test dataset contains ~100000 samples (~100s, 1000Hz) of data.
My first approach was (table contains the timestamp (0..100s) ...
2
votes
3answers
257 views
Source code documentation coverage tools for java
I do work on a project and write a java application. For source code quality I measure the test coverage with cobertura, and for convention checking I use checkstyle. Everything works fine in my ...
2
votes
1answer
93 views
good resources/books on profiling software [closed]
Can anyone suggest some good resources and/or books on profiling, importance of profiling, profiling techniques?
thanks
2
votes
1answer
701 views
WPF Measure Text inside TextBlock
I have a textblock that contains some text but the text is always going to vary length and I need to render a bitmap out of this textblock. The problem is the textblock doesn't have a height, width, ...