The measurement tag has no wiki summary.
-4
votes
2answers
104 views
The 'return' function [closed]
I am trying to make a measurement machine with python, but when I enter the measurements it just goes on with the code, I want it to stop processing once I get a result, here is the code I have done ...
0
votes
1answer
67 views
How to display distance between 2 images in mm/cm
I'd like to display in (real world) mm/cm the distance (only on the y axis) between 2 images that can travel on the y axis. I've thought long and hard about this but can't think of a reasonable way to ...
2
votes
1answer
48 views
C# Measurement Conversion Class
Alrighty, so I have been writing a class for kitchen measurements, for now it just has volume, or liquid, measurements, and I call it like this:
ktchnmsrmnts.VolumeMeasurements(number), ...
0
votes
0answers
21 views
How to give device model name (ga:mobileDeviceModel) with Google Analytics Measurement Protocol?
There is no such paramater per https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters?hl=en-US.
In ga.js, it is ga:mobileDeviceModel.
...
-1
votes
0answers
24 views
How can I graph / measure the total bandwidth output of all my servers combined? [closed]
I am currently using snmpd and mrtg to graph the bandwidth of my servers.
Its very helpful because it lets me spot problems and congestions easily.
I would like a solution where I can see the ...
0
votes
1answer
26 views
Customized Number Format in Excel
Goal:
Retrieve the requested result from the "Requested value".
Current & normal value | Requested value
----------------------------------------
320 | 320
8256 ...
0
votes
1answer
45 views
Exact measurement of translation and rotation of marker objects using OpenCV/EmguCV
I would like to measure the displacement of an object between two images. The displacement can be anything in the image plane. The result should give the displacement, if possible in sub pixel ...
3
votes
1answer
280 views
OpenCV: measuring distance between two balls in millimeters - how to improve accuracy
I also posted this topic in the Q&A forum at opencv.org but I don't know how many experts from here are reading this forum - so forgive me that I'm also trying it here.
I'm currently learning ...
0
votes
1answer
165 views
how to measure gpu vs cpu performance , with which time measuring functions?
what libraries or functions need to be used for rectified time measurement of those in terms of objective comparison? what also be a Caveat that is need to be considered for the sake of accurate ...
0
votes
0answers
240 views
How to Benchmark GPU with CUDA GFLOPs/Watt
I was wondering what was the best manner to benchmark a GPU with CUDA over a specific application to obtain an accurate plot of GFLOPs/Watt.
So I would like to run a Kernel and get FLOP/Watt data to ...
0
votes
0answers
35 views
code for storing and retrieving value from multiple seekbars in android [closed]
I´m (very) new to android apps and struggling hard with function where I need to set up multiple seekbars, get updated values in database or any table and then retrieve those values on demand.
I guess ...
1
vote
1answer
178 views
Steps to detect and track droplets in a video using OpenCV C++
I am currently doing a project where I need to locate ink drops in a video, perform measurements such as volume estimation, velocity, and distance travelled before it becomes spherical.
Firstly, I ...
0
votes
1answer
35 views
Get The Measures of Popup Window
I already set up the pop up window, but i want to center it below the button (View v), that needs to be clicked to open it:
public void showPopup(Context c, View v){
int[] location = new int[2];
...
2
votes
1answer
314 views
Low Pass Audio Filter, calculating RMS on iOS
I am working on an App for the iPad, and I want to analyze the Audio from a Video that I am playing. This is all going well, using the MTAudioProcessingTap.
Currently I have some test code to ...
1
vote
1answer
78 views
How to measure and display the running time of a single test?
I have a potentially long-running test written with scalatest:
test("a long running test") {
failAfter(Span(60, Seconds)) {
// ...
}
}
Even if the test finishes within the timeout limit, ...
1
vote
0answers
86 views
Measure the framerate of an WPF Application
I know, there are quite a lot of posts about this topic.
The Problem isn't the measuring method itself.
I use the following event:
(Thanks to Evan's Code Clunkers)
public static class ...
0
votes
0answers
14 views
Synchronising a fast, inaccurate timer with a slow, precise?
I am in an interesting situation. My chip needs to track both microsecond time intervals, as well as hours. However, instead of adding a crystal, I insist the internal RC oscillator, frequency error ...
2
votes
0answers
751 views
How to analyise battery usage of android application and optimize it?
I would like to analyze battery usage of my application, I mean the parts of the app, such as
broadcastreceivers, listeners, services, etc.., how much battery uses. I need a detailed list, and from ...
1
vote
3answers
88 views
Is there a way to get screen size in dpi
I'm using this:
int wi=getWindowManager().getDefaultDisplay().getWidth();
to get the screen size in pixels. Is there a way to get the screen size in dpi???
I'm doing this to select different ...
1
vote
0answers
72 views
Get Count of hard disc accesses in Java
I want to measure, how much accesses to the hard disc (so how much Bytes readed / written) a program made. I googled the problem, and found out, that Sigar should be able to record things like that, ...
11
votes
3answers
454 views
Difficulties to measure C/C++ performance
I wrote a piece of C code to show a point in a discussion about optimizations and branch prediction. Then I noticed even more diverse outcome than I did expect. My goal was to write it in a language ...
1
vote
0answers
166 views
Unwanted padding in custom View with AutoresizeTextView on some devices
I solved my previous problem here:
Can not set gravity with setGravity vertically programatically. Is this an android bug or feature?
Basically I have a custom Button with an AutoResizeTextView ...
1
vote
1answer
103 views
Batch script for time measurement not working properly
I'm using a batch script for the time measurement of commands. I have found this script here on StackOverflow. Unfortunately it sometimes is not working properly and unfortunately I don't know much ...
0
votes
0answers
90 views
Open-source program to calculate the area of a bitmap
I have just bought a Leica digital camera for a microscope. It was shipped with a software to take pictures and calibrate the pictures (pixel per mm) and it can measure length and imprint a ruler of ...
-1
votes
3answers
53 views
how to send a flag each X minutes?
I am working in a kind of "control block" that has to send a flag each 6 minutes. The thing is that I don't know if there is a simple way of doing this. I have had though in use clock_t inside a loop ...
0
votes
1answer
106 views
measurement tool (area calculation) not working properly in map
I have create a simple measurement tool in esri sample maps with all other functionality using javascript. But measurement tool area calculation displays the wrong calculation .
However the ...
2
votes
2answers
42 views
VPython time measurment. Counting passed seconds
How should I measure number of seconds passed in a infinite loop? I'm using Vpython, and in my loop i change a position of some elements etc.
The thing is that i have to change color of ...
0
votes
1answer
183 views
Why iperf measurements for UDP maximum bandwidth are always the same?
I am using iperf tool to measure maximum bandwidth between two nodes via UDP protocol. On server side I use:
./iperf -s -u
On client side I use:
./iperf -c <server ip> -u
For each time ...
2
votes
2answers
93 views
MongoDB: How to make sure that Javascript is waiting for processes?
I asked myself, whether javascript (concerning mongoDB) waits for the execution of mongoDB processes.
For example:
Im inserting documents like
for (i=0; i<=myarray.length -1; i++)
{
...
0
votes
1answer
171 views
Measuring Task Queue Costs in Google App Engine
I am measuring the cost of requests to GAE by inspecting the x-appengine-estimated-cpm-us-dollars header. This works great and in combination with x-appengine-resource-usage and
x-traceurl I can even ...
0
votes
1answer
126 views
The tools Java provides me to build a speedometer
What classes coud be helpful for me to build my own speedometer (download & upload) in Java?
I mean native classes, not third party. It may range from graphical to connection classes.
Also, if ...
2
votes
0answers
127 views
What algorithms does the Magic Plan app use to measure rooms using the camera?
I'm doing research to develop an app to measure surfaces. Id like to do this in a way similar to how Magic Plan measures rooms. Can someone point me to articles explaining algorithms for doing this? ...
3
votes
1answer
82 views
How to measure interference between processes
In parallel systems every process has an impact onto other processes, because they all compete for several scarce resources like cpu-caches, memory, disk I/O, network, etc.
What method is best suited ...
5
votes
7answers
208 views
Measurement on a web site
Should you mix em with px?
As em is based on font size and px is based on the screen.
So the question boils does to - how to generate an image when most of the web site is using em ?
1
vote
0answers
105 views
How to measure Windows application response times?
I'm looking for a solution/software to mimic a regular desktop user and measure how long different operations on a software take. For example, how long it takes to open the software at different ...
0
votes
1answer
574 views
Android onMeasure() Width Value Higher Than Expected
I'm having a hard time understanding what is wrong with my onMeasure. I expect a 2x2 grid with the following layout but when I check the width and height, the height is being calculated as expected ...
2
votes
0answers
462 views
Measure weights with Arduino [closed]
I'm looking for a way to measure weight with Arduino or another platform. Afterwards, I want to save the weights to a certain device, like an SD card.
Is there a force-sensing socket, weight-sensor ...
2
votes
0answers
76 views
css, is px dead [closed]
I am thinking about future CSS best-practices. A 12px font on a new iPad or iPhone is going to be unreadable. To compensate, these devices change their definition of a pixel. When you use Ctrl+ / ...
-3
votes
2answers
68 views
Execution time resuable function
Is there any method to measure a code's execution time? And can I create a reusable code for this purpose of measuring time of execution?
0
votes
0answers
84 views
Measure fan-out and dataflow
Is there any tool that can measure the following 2 characteristics of C# Code (eventually also complete ASP.Net projects):
fan-out: Number of external calls from a class.
dataflow: the total number ...
4
votes
1answer
199 views
How many runs of Java program do we need to warm-up the JVM?
Suppose I have a Java program Test.class. I want to measure its execution time. I wrote a wrapper to do this as below:
class RunTest {
public static void main(String[] args) {
long sum ...
1
vote
3answers
642 views
How to measure CUDA times correctly?
Im trying to measure correctly the times of parallel and sequential executions, but I am in doubt because of:
Suppose we have the following code:
//get the time
clock_t start,finish;
...
0
votes
1answer
98 views
Why Do I Get an Unlicensed Assemblies Error Message at Run Time When Using Measurement Studio .NET Controls in a Visual C# Project
I am using NI Measurement Studio 2012 free evaluation under Visual Studio 2008 express and Windows XP.
My problem is the following:
I can compile my C# solution without problems but in run time I ...
1
vote
3answers
3k views
Font size relative to the user's screen resolution?
I have a fluid website and the menu is 20% of its width. I want the font size of the menu to be measured properly so it always fits the width of the box and never wrap to the next line.
I was thinking ...
0
votes
0answers
81 views
peer to peer communication - latency calculation [closed]
I want to measure my c program time(in millis). the thing is that my program do p2p communication with other pc using UDP sockets. let's say I have pc1 and pc2,
pc1 do stuff, then it sends data to ...
2
votes
1answer
245 views
Measure function time execution without modification code
I have found some piece of code (function) in library which could be improved by the optimization of compiler (as the main idea - to find good stuff to go deep into compilers). And I want to automate ...
2
votes
1answer
1k views
measure text height on an html5 canvas element
I know I can use context.measureText to get the width of some text if it would now be rendered on the canvas.
Is there a way to do the same but get the text's height?
just a thought to myself - maybe ...
0
votes
2answers
1k views
Measure all view hierarchy before drawing in Android
I have next view hiererchy:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
-2
votes
1answer
173 views
Integrity Measurement Architecture on Android
I would like to learn more about the reasons why IMA (integrity measurement architecture )wasn't included with Android. Any papers or readings are highly appreciated.
2
votes
0answers
171 views
How to get whole dimensions of a scrollview to know how much I have to scroll
I'm trying to determine wether or not I have to scroll (and how much) my tabs to show others if they are uncomplete. To achieve so I need to know how much my TabHost (inside a HorizontalScrollView) is ...
