Tagged Questions

1
vote
4answers
73 views

What applications are there that I can pass data as it’s generated and have it analyze some statistics for?

The basic requirement is pass to some command type and execution time (possibly other data as well, but that's the basic data we're concerned with at the moment) from C# code (eith …
0
votes
3answers
34 views

Monitoring dashboard for IIS and SQL Server

We have developed a .NET web application that uses SQL Server as a backend. Now we would like to provide a monitoring dashboard app for the tech support team. The idea is that this …
5
votes
3answers
225 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 …
0
votes
2answers
95 views

Measuring application startup performance

I'm using C++/CLI on Windows. It's an MFC app built with /clr. I want to test how long it takes my application to start up. The first time it took 10s, but subsequently it took 4s …
2
votes
8answers
508 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 ?
2
votes
6answers
275 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 fo …
3
votes
3answers
104 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 employ …
11
votes
12answers
2k 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 o …
3
votes
9answers
259 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 dev …
0
votes
1answer
47 views

Measurement conversion on the fly

Hi All I'd like to ask re: measurement conversion on the fly, here's the detail : Requirement: To display unit measurement with consider setting. Concerns: - Only basic (neutral) …
1
vote
4answers
702 views

How do you measure code block (thread) execution time with multiple concurrent threads in .NET

Right now we just use something like this stopWatch.Start(); try { method(); } finally { stopWa …
1
vote
3answers
257 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 …
3
votes
4answers
191 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 m …
0
votes
3answers
74 views

Demonstrate QA Improvement

Upper management wants each group to show year over year improvement (i.e. demonstrate gains with data, not just state an opinion). How have you shown improvement in QA? What met …
0
votes
1answer
83 views

How can I resize an NSTextField to fit the text that it holds?

I'm using an NSTextField to display lines of text that will be printed on a printer with a variable paper size (the printer prints to a spool, which is cut to the appropriate lengt …

1 2 3 next
15 30 50 per page