Home
last modified time | relevance | path

Searched refs:sampleLength (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp71 double sampleLength = (end - start) / (double)sampleCount; in GetSamples() local
301 samples[sampleIndex] = times[fTimeType] / sampleLength; in GetSamples()