1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
TimeReport> Report activated
TimeReport> Report columns headings for events: eventnum runnum timetaken
TimeReport> Report columns headings for modules: eventnum runnum modulelabel modulename timetaken
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 1
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 1
LogError was used to send this other message
%MSG
TimeModule> 1 1 sendSomeMessages UnitTestClient_A 0.00101399
TimeEvent> 1 1 0.00337982
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 2
LogError was used to send this other message
%MSG
TimeModule> 2 1 sendSomeMessages UnitTestClient_A 0.000310898
TimeEvent> 2 1 0.000895023
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 3
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 3
LogError was used to send this other message
%MSG
TimeModule> 3 1 sendSomeMessages UnitTestClient_A 0.000298977
TimeEvent> 3 1 0.000669003
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 4
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 4
LogError was used to send this other message
%MSG
TimeModule> 4 1 sendSomeMessages UnitTestClient_A 0.000298977
TimeEvent> 4 1 0.000662088
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 5
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 5
LogError was used to send this other message
%MSG
TimeModule> 5 1 sendSomeMessages UnitTestClient_A 0.000298977
TimeEvent> 5 1 0.000651121
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 6
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 6
LogError was used to send this other message
%MSG
TimeModule> 6 1 sendSomeMessages UnitTestClient_A 0.00028801
TimeEvent> 6 1 0.00065589
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 7
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 7
LogError was used to send this other message
%MSG
TimeModule> 7 1 sendSomeMessages UnitTestClient_A 0.000297785
TimeEvent> 7 1 0.000653982
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 8
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 8
LogError was used to send this other message
%MSG
TimeModule> 8 1 sendSomeMessages UnitTestClient_A 0.000291109
TimeEvent> 8 1 0.000650167
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 9
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 9
LogError was used to send this other message
%MSG
TimeModule> 9 1 sendSomeMessages UnitTestClient_A 0.00029397
TimeEvent> 9 1 0.000648022
%MSG-e cat_A: UnitTestClient_A:sendSomeMessages Run: 1 Event: 10
LogError was used to send this message-which is long enough to span lines but-will not be broken up by the logger any more
%MSG
%MSG-e cat_B: UnitTestClient_A:sendSomeMessages Run: 1 Event: 10
LogError was used to send this other message
%MSG
TimeModule> 10 1 sendSomeMessages UnitTestClient_A 0.00029707
TimeEvent> 10 1 0.00065589
TimeReport> Time report complete in 0.017045 seconds
Time Summary:
Min: 0.000648022
Max: 0.00337982
Avg: 0.0017045
|