MantisBT - CDash
View Issue Details
0010455CDashpublic2010-03-24 16:522012-12-18 09:02
Alex Neundorf 
Julien Jomier 
normalfeaturealways
resolvedfixed 
1.6.4 
2.2 
0010455: Show graph for <NamedMeasurement>
It is possible to send custom <NamedMeasurement>s to CDash, which will show them on the viewTest.php page.
For some things, like the execution time of the whole test, cdash can generate graphs so it is easy to see how this changed during the last days/weeks.

It would be nice if this would be also possible for <NamedMeasurement>s.
This would make it easy to see e.g. how just the runtime of some algorithm which is executed as part of a test developed over time.
No tags attached.
patch cdash.patch (7,846) 2011-05-17 02:57
https://public.kitware.com/Bug/file/3877/cdash.patch
Issue History
2010-03-24 16:52Alex NeundorfNew Issue
2011-05-17 02:57Alex NeundorfFile Added: cdash.patch
2011-05-17 02:58Alex NeundorfNote Added: 0026514
2011-08-25 09:58Julien JomierAssigned To => Julien Jomier
2011-08-25 09:58Julien JomierStatusnew => assigned
2011-08-30 05:39Julien JomierNote Added: 0027302
2011-08-30 05:39Julien JomierStatusassigned => resolved
2011-08-30 05:39Julien JomierFixed in Version => 1.9
2011-08-30 05:39Julien JomierResolutionopen => fixed
2011-09-12 16:01Alex NeundorfNote Added: 0027409
2011-09-12 16:01Alex NeundorfStatusresolved => feedback
2011-09-12 16:01Alex NeundorfResolutionfixed => reopened
2012-01-17 09:18Julien JomierNote Added: 0028339
2012-12-18 09:02Julien JomierStatusfeedback => resolved
2012-12-18 09:02Julien JomierFixed in Version1.9 => 2.2
2012-12-18 09:02Julien JomierResolutionreopened => fixed

Notes
(0026514)
Alex Neundorf   
2011-05-17 02:58   
The attached patch adds a graph for each named measurement, which can be turned on and off.
The patch is still against 1.6.4 unfortunately.

Alex
(0027302)
Julien Jomier   
2011-08-30 05:39   
Added the patch to CDash. We need to add a test for this. Could you provide one?
(0027409)
Alex Neundorf   
2011-09-12 16:01   
I didn't have a look at the tests in cdash.
How do they work in general at all ?
Is the php code tested or are http requests sent to a running cdash ?

Alex
(0028339)
Julien Jomier   
2012-01-17 09:18   
Hi Alex, everything is tested, actually we would need an XML input file and we could take care of the rest.