-
+
type(timer )
@@ -516,7 +528,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/example2.html b/program/example2.html
index 210e017..90ec96c 100644
--- a/program/example2.html
+++ b/program/example2.html
@@ -114,9 +114,9 @@
@@ -298,11 +298,11 @@ Calls
-
+
program~~example2~~CallsGraph
-
+
program~example2
@@ -369,6 +369,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -468,7 +480,7 @@
Variables
-
+
type(timer )
@@ -484,7 +496,7 @@ Variables
-
+
integer
@@ -500,7 +512,7 @@ Variables
-
+
integer
@@ -543,7 +555,7 @@ Source Code
do nl = 1 , nloops
call sleep ( 1 ) ! Perform operations ntimes
end do
- call t % timer_stop ( nloops = nloops , message = 'Elapsed time:' , print = . true .) ! nloops, message and print are optional.
+ call t % timer_stop ( nloops = nloops , message = 'Elapsed time:' , print = . true ., color = 'green' ) ! nloops, message, print and color are optional.
call t % timer_write ( 'example/example2_etimes' ) ! Optionally, write the elapsed time to a file
end program example2
@@ -569,7 +581,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/example3.html b/program/example3.html
index 80029ee..1cdecb8 100644
--- a/program/example3.html
+++ b/program/example3.html
@@ -114,7 +114,7 @@
@@ -296,11 +296,11 @@ Calls
-
+
program~~example3~~CallsGraph
-
+
program~example3
@@ -352,6 +352,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -451,7 +463,7 @@
Variables
-
+
type(timer )
@@ -516,7 +528,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/example4.html b/program/example4.html
index 3d5afe9..95d3d02 100644
--- a/program/example4.html
+++ b/program/example4.html
@@ -114,9 +114,9 @@
@@ -298,11 +298,11 @@ Calls
-
+
program~~example4~~CallsGraph
-
+
program~example4
@@ -369,6 +369,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -468,7 +480,7 @@
Variables
-
+
type(timer )
@@ -484,7 +496,7 @@ Variables
-
+
integer
@@ -500,7 +512,7 @@ Variables
-
+
integer
@@ -543,7 +555,7 @@ Source Code
do nl = 1 , nloops
call sleep ( 1 ) ! Perform operations ntimes
end do
- call t % ctimer_stop ( nloops = nloops , message = 'CPU time:' , print = . true .) ! nloops, message and print are optional
+ call t % ctimer_stop ( nloops = nloops , message = 'CPU time:' , print = . true ., color = 'yellow' ) ! nloops, message, print and color are optional.
call t % ctimer_write ( 'example/example4_ctimes' ) ! Optionally, write the elapsed time to a file
end program example4
@@ -569,7 +581,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/example5.html b/program/example5.html
index 05d057c..ceb5050 100644
--- a/program/example5.html
+++ b/program/example5.html
@@ -114,7 +114,7 @@
@@ -296,11 +296,11 @@ Calls
-
+
program~~example5~~CallsGraph
-
+
program~example5
@@ -367,6 +367,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -466,7 +478,7 @@
Variables
-
+
type(timer )
@@ -531,7 +543,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/example6.html b/program/example6.html
index 6fc5d2b..6528a03 100644
--- a/program/example6.html
+++ b/program/example6.html
@@ -114,9 +114,9 @@
@@ -298,11 +298,11 @@ Calls
-
+
program~~example6~~CallsGraph
-
+
program~example6
@@ -384,6 +384,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -483,7 +495,7 @@
Variables
-
+
type(timer )
@@ -499,7 +511,7 @@ Variables
-
+
integer
@@ -515,7 +527,7 @@ Variables
-
+
integer
@@ -558,7 +570,7 @@ Source Code
do nl = 1 , nloops
call sleep ( 1 ) ! Perform operations ntimes
end do
- call t % dtimer_stop ( nloops = nloops , message = 'Elapsed time:' , print = . true .) ! nloops, message and print are optional.
+ call t % dtimer_stop ( nloops = nloops , message = 'Elapsed time:' , print = . true ., color = 'red' ) ! nloops, message, print and color are optional.
call t % dtimer_write ( 'example/example6_etimes' ) ! Optionally, write the elapsed time to a file
end program example6
@@ -584,7 +596,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test1.html b/program/test1.html
index a727126..4b650b7 100644
--- a/program/test1.html
+++ b/program/test1.html
@@ -114,8 +114,8 @@
@@ -157,9 +157,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -317,11 +317,11 @@ Calls
-
+
program~~test1~~CallsGraph
-
+
program~test1
@@ -385,6 +385,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -484,7 +496,7 @@
Variables
-
+
type(timer )
@@ -500,7 +512,7 @@ Variables
-
+
type(unit_test)
@@ -572,7 +584,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test10.html b/program/test10.html
index c4ad051..272f470 100644
--- a/program/test10.html
+++ b/program/test10.html
@@ -114,9 +114,9 @@
@@ -158,9 +158,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -318,11 +318,11 @@ Calls
-
+
program~~test10~~CallsGraph
-
+
program~test10
@@ -410,6 +410,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -509,7 +521,7 @@
Variables
-
+
type(timer )
@@ -525,7 +537,7 @@ Variables
-
+
type(unit_test)
@@ -541,7 +553,7 @@ Variables
-
+
integer
@@ -619,7 +631,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test11.html b/program/test11.html
index beb8e41..842f896 100644
--- a/program/test11.html
+++ b/program/test11.html
@@ -114,11 +114,11 @@
@@ -160,9 +160,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -320,11 +320,11 @@ Calls
-
+
program~~test11~~CallsGraph
-
+
program~test11
@@ -427,6 +427,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -526,7 +538,7 @@
Variables
-
+
type(timer )
@@ -558,7 +570,7 @@ Variables
-
+
integer
@@ -574,7 +586,7 @@ Variables
-
+
integer
@@ -590,7 +602,7 @@ Variables
-
+
integer
@@ -672,7 +684,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test12.html b/program/test12.html
index 3ccd3c9..8feae07 100644
--- a/program/test12.html
+++ b/program/test12.html
@@ -114,11 +114,11 @@
@@ -160,9 +160,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -320,11 +320,11 @@ Calls
-
+
program~~test12~~CallsGraph
-
+
program~test12
@@ -427,6 +427,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -526,7 +538,7 @@
Variables
-
+
type(timer )
@@ -542,7 +554,7 @@ Variables
-
+
type(unit_test)
@@ -558,7 +570,7 @@ Variables
-
+
integer
@@ -574,7 +586,7 @@ Variables
-
+
integer
@@ -590,7 +602,7 @@ Variables
-
+
integer
@@ -672,7 +684,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test13.html b/program/test13.html
index 553ffb8..ff07267 100644
--- a/program/test13.html
+++ b/program/test13.html
@@ -114,8 +114,8 @@
@@ -157,9 +157,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -317,11 +317,11 @@ Calls
-
+
program~~test13~~CallsGraph
-
+
program~test13
@@ -385,6 +385,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -484,7 +496,7 @@
Variables
-
+
type(timer )
@@ -500,7 +512,7 @@ Variables
-
+
type(unit_test)
@@ -572,7 +584,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test14.html b/program/test14.html
index b2a40af..a9af5a2 100644
--- a/program/test14.html
+++ b/program/test14.html
@@ -114,10 +114,10 @@
@@ -159,9 +159,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -319,11 +319,11 @@ Calls
-
+
program~~test14~~CallsGraph
-
+
program~test14
@@ -402,6 +402,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -501,7 +513,7 @@
Variables
-
+
type(timer )
@@ -517,7 +529,7 @@ Variables
-
+
type(unit_test)
@@ -533,7 +545,7 @@ Variables
-
+
integer
@@ -549,7 +561,7 @@ Variables
-
+
integer
@@ -625,7 +637,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test15.html b/program/test15.html
index 097c661..9c9c1cf 100644
--- a/program/test15.html
+++ b/program/test15.html
@@ -114,10 +114,10 @@
@@ -159,9 +159,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -319,11 +319,11 @@ Calls
-
+
program~~test15~~CallsGraph
-
+
program~test15
@@ -402,6 +402,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -501,7 +513,7 @@
Variables
-
+
type(timer )
@@ -517,7 +529,7 @@ Variables
-
+
type(unit_test)
@@ -533,7 +545,7 @@ Variables
-
+
integer
@@ -549,7 +561,7 @@ Variables
-
+
integer
@@ -625,7 +637,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test16.html b/program/test16.html
index 4ba9ecf..08e9555 100644
--- a/program/test16.html
+++ b/program/test16.html
@@ -114,7 +114,7 @@
@@ -156,8 +156,8 @@
@@ -303,11 +303,11 @@ Calls
-
+
program~~test16~~CallsGraph
-
+
program~test16
@@ -359,6 +359,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -458,7 +470,7 @@
Variables
-
+
type(timer )
@@ -526,7 +538,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test17.html b/program/test17.html
index 2bc9627..3e3b341 100644
--- a/program/test17.html
+++ b/program/test17.html
@@ -114,9 +114,9 @@
@@ -158,8 +158,8 @@
@@ -305,11 +305,11 @@ Calls
-
+
program~~test17~~CallsGraph
-
+
program~test17
@@ -376,6 +376,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -475,7 +487,7 @@
Variables
-
+
type(timer )
@@ -491,7 +503,7 @@ Variables
-
+
integer
@@ -507,7 +519,7 @@ Variables
-
+
integer
@@ -579,7 +591,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test18.html b/program/test18.html
index 6ffe786..366ab86 100644
--- a/program/test18.html
+++ b/program/test18.html
@@ -114,9 +114,9 @@
@@ -158,8 +158,8 @@
@@ -305,11 +305,11 @@ Calls
-
+
program~~test18~~CallsGraph
-
+
program~test18
@@ -376,6 +376,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -475,7 +487,7 @@
Variables
-
+
type(timer )
@@ -491,7 +503,7 @@ Variables
-
+
integer
@@ -507,7 +519,7 @@ Variables
-
+
integer
@@ -579,7 +591,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test19.html b/program/test19.html
index 404f971..af10429 100644
--- a/program/test19.html
+++ b/program/test19.html
@@ -114,8 +114,8 @@
@@ -157,9 +157,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -317,11 +317,11 @@ Calls
-
+
program~~test19~~CallsGraph
-
+
program~test19
@@ -403,6 +403,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -502,7 +514,7 @@
Variables
-
+
type(timer )
@@ -518,7 +530,7 @@ Variables
-
+
type(unit_test)
@@ -592,7 +604,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test2.html b/program/test2.html
index d52d9d4..de1204d 100644
--- a/program/test2.html
+++ b/program/test2.html
@@ -114,10 +114,10 @@
@@ -159,9 +159,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -319,11 +319,11 @@ Calls
-
+
program~~test2~~CallsGraph
-
+
program~test2
@@ -402,6 +402,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -501,7 +513,7 @@
Variables
-
+
type(timer )
@@ -517,7 +529,7 @@ Variables
-
+
type(unit_test)
@@ -533,7 +545,7 @@ Variables
-
+
integer
@@ -549,7 +561,7 @@ Variables
-
+
integer
@@ -625,7 +637,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test20.html b/program/test20.html
index 05fc437..1c96d45 100644
--- a/program/test20.html
+++ b/program/test20.html
@@ -114,10 +114,10 @@
@@ -159,9 +159,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -319,11 +319,11 @@ Calls
-
+
program~~test20~~CallsGraph
-
+
program~test20
@@ -420,6 +420,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -519,7 +531,7 @@
Variables
-
+
type(timer )
@@ -535,7 +547,7 @@ Variables
-
+
type(unit_test)
@@ -551,7 +563,7 @@ Variables
-
+
integer
@@ -567,7 +579,7 @@ Variables
-
+
integer
@@ -646,7 +658,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test21.html b/program/test21.html
index 0f2c484..6fa2080 100644
--- a/program/test21.html
+++ b/program/test21.html
@@ -159,9 +159,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -319,11 +319,11 @@ Calls
-
+
program~~test21~~CallsGraph
-
+
program~test21
@@ -420,6 +420,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -646,7 +658,7 @@
Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test22.html b/program/test22.html
index 00e4614..dfb5124 100644
--- a/program/test22.html
+++ b/program/test22.html
@@ -114,9 +114,9 @@
@@ -158,9 +158,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -318,11 +318,11 @@ Calls
-
+
program~~test22~~CallsGraph
-
+
program~test22
@@ -410,6 +410,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -509,7 +521,7 @@
Variables
-
+
type(timer )
@@ -525,7 +537,7 @@ Variables
-
+
type(unit_test)
@@ -541,7 +553,7 @@ Variables
-
+
integer
@@ -619,7 +631,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test23.html b/program/test23.html
index b146524..e675c19 100644
--- a/program/test23.html
+++ b/program/test23.html
@@ -114,11 +114,11 @@
@@ -160,9 +160,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -320,11 +320,11 @@ Calls
-
+
program~~test23~~CallsGraph
-
+
program~test23
@@ -427,6 +427,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -526,7 +538,7 @@
Variables
-
+
type(timer )
@@ -542,7 +554,7 @@ Variables
-
+
type(unit_test)
@@ -558,7 +570,7 @@ Variables
-
+
integer
@@ -574,7 +586,7 @@ Variables
-
+
integer
@@ -590,7 +602,7 @@ Variables
-
+
integer
@@ -672,7 +684,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test24.html b/program/test24.html
index 6ab1061..9087da5 100644
--- a/program/test24.html
+++ b/program/test24.html
@@ -114,11 +114,11 @@
@@ -160,9 +160,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -320,11 +320,11 @@ Calls
-
+
program~~test24~~CallsGraph
-
+
program~test24
@@ -427,6 +427,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -526,7 +538,7 @@
Variables
-
+
type(timer )
@@ -542,7 +554,7 @@ Variables
-
+
type(unit_test)
@@ -558,7 +570,7 @@ Variables
-
+
integer
@@ -574,7 +586,7 @@ Variables
-
+
integer
@@ -590,7 +602,7 @@ Variables
-
+
integer
@@ -672,7 +684,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test25.html b/program/test25.html
index 320e0b9..89fb6fc 100644
--- a/program/test25.html
+++ b/program/test25.html
@@ -114,8 +114,8 @@
@@ -157,9 +157,9 @@
- forunittest
- kinds
fortime
+ kinds
+ forunittest
@@ -317,11 +317,11 @@ Calls
-
+
program~~test25~~CallsGraph
-
+
program~test25
@@ -400,6 +400,18 @@ Calls
+
+
+colorize
+
+colorize
+
+
+
+proc~print_time->colorize
+
+
+
@@ -499,7 +511,7 @@
Variables
-
+
type(timer )
@@ -515,7 +527,7 @@ Variables
-
+
type(unit_test)
@@ -587,7 +599,7 @@ Source Code
Documentation generated by
FORD
- on 2024-04-22T08:06:45.443687
+ on 2024-04-22T09:42:49.196740
diff --git a/program/test26.html b/program/test26.html
index a36bb31..32f0421 100644
--- a/program/test26.html
+++ b/program/test26.html
@@ -114,10 +114,10 @@