Overview
Comment: | Some clean up |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 |
Files: | files | file ages | folders |
SHA1: |
446da2e68dd7bc60ecd68be5a986b2a5 |
User & Date: | matt on 2016-07-24 23:53:00 |
Other Links: | branch diff | manifest | tags |
Context
2016-07-25
| ||
14:08 | Added process.o to deploy target check-in: 5a012c01f3 user: mrwellan tags: v1.61 | |
2016-07-24
| ||
23:53 | Some clean up check-in: 446da2e68d user: matt tags: v1.61 | |
23:02 | more and more check-in: a3a01f807f user: matt tags: v1.61 | |
Changes
Modified dashboard.scm from [80f5579f81] to [a97c0836a7].
︙ | |||
2524 2525 2526 2527 2528 2529 2530 | 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 | + - - - - + + + + - - - - + + + - - - - + + + - + | ;; run times tab ;; (define (dashboard:run-times-tab-layout-updater commondat tabdat tab-num) ;; each test is an object in the run component ;; each run is a component ;; all runs stored in runslib library (if tabdat |
︙ | |||
2593 2594 2595 2596 2597 2598 2599 | 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 | + - + | (tot-tests (length testsdat)) ) (print "Testing. (maptime run-start=" run-start "): " (maptime run-start) " (maptime run-end=" run-end "): " (maptime run-end) " run-duration: " run-duration) ;; (print "timescale: " timescale " timeoffset: " timeoffset " sizex: " sizex " originx: " originx) (mutex-lock! mtx) (vg:add-comp-to-lib runslib run-full-name runcomp) ;; Have to keep moving the instantiated box as it is anchored at the lower left ;; this should have worked for x in next statement? (maptime run-start) |
︙ | |||
2711 2712 2713 2714 2715 2716 2717 | 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 | - + | ;; (dboard:tabdat-done-runs-set! tabdat newdoneruns) ;; taking too long? stop here! ;; (time (vg:draw (dboard:tabdat-drawing tabdat) #t)) (dboard:tabdat-not-done-runs-set! tabdat runtal)) (begin (runloop (car runtal)(cdr runtal) (+ run-num 1) newdoneruns)))))))) ;; new-run-start-row ) (print "Layout end: " (current-milliseconds) " delta: " (- (current-milliseconds) layout-start)))) |
︙ |