-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvector_mingw32_debug.txt
More file actions
89 lines (77 loc) · 3.34 KB
/
vector_mingw32_debug.txt
File metadata and controls
89 lines (77 loc) · 3.34 KB
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
std::vector<int>::push_back(i) 0.353112s
Urho3D::PODVector<int>::Push(i) 0.258432s
Urho3D::Vector<int>::Push(i) 0.519149s
Urho3DNew::Vector<int>::Push(i) 0.258234s
eastl::vector<int>::::push_back(i) 0.306978s
std::vector<PODStruct>::push_back(PODStruct()) 0.907731s
Urho3D::PODVector<PODStruct>::Push(PODStruct()) 0.456559s
Urho3D::Vector<PODStruct>::Push(PODStruct()) 0.716079s
Urho3DNew::Vector<PODStruct>::Push(PODStruct()) 0.640699s
eastl::vector<PODStruct>::push_back(PODStruct()) 0.461443s
std::vector<SLStruct>::push_back(SLStruct()) 1.69464s
Urho3D::PODVector<SLStruct>::Push(SLStruct()) 0.488164s
Urho3D::Vector<SLStruct>::Push(SLStruct()) 0.778341s
Urho3DNew::Vector<SLStruct>::Push(SLStruct()) 0.769149s
eastl::vector<SLStruct>::push_back(SLStruct()) 0.499718s
std::vector<NonPodStruct>::push_back(NonPodStruct()) 1.48421s
Urho3D::Vector<NonPodStruct>::Push(NonPodStruct()) 0.968604s
Urho3DNew::Vector<NonPodStruct>::Push(NonPodStruct()) 0.965823s
eastl::vector<NonPodStruct>::push_back(NonPodStruct()) 0.652911s
std::vector<int>::[i] 0.838724s
std::vector<int>::iterator 1.85845s
Urho3D::PODVector<int>::[i] 1.34014s
Urho3D::PODVector<int>::iterator 1.13593s
Urho3D::Vector<int>::[i] 1.3398s
Urho3D::Vector<int>::iterator 1.13979s
Urho3DNew::Vector<int>::[i] 1.34993s
Urho3DNew::Vector<int>::iterator 1.13728s
eastl::vector<int>::[i] 0.836444s
eastl::vector<int>::iterator 0.437365s
std::vector<PODStruct>::[i] 0.907636s
std::vector<PODStruct>::iterator 1.81191s
Urho3D::PODVector<PODStruct>::[i] 1.38959s
Urho3D::PODVector<PODStruct>::iterator 1.09969s
Urho3D::Vector<PODStruct>::[i] 1.38648s
Urho3D::Vector<PODStruct>::iterator 1.11128s
Urho3DNew::Vector<PODStruct>::[i] 1.39042s
Urho3DNew::Vector<PODStruct>::iterator 1.09563s
eastl::vector<PODStruct>::[i] 0.914022s
eastl::vector<PODStruct>::iterator 0.473094s
std::vector<SLStruct>::[i] 1.01824s
std::vector<SLStruct>::iterator 1.78931s
Urho3D::PODVector<SLStruct>::[i] 1.38738s
Urho3D::PODVector<SLStruct>::iterator 1.09204s
Urho3D::Vector<SLStruct>::[i] 1.38713s
Urho3D::Vector<SLStruct>::iterator 1.10168s
Urho3DNew::Vector<SLStruct>::[i] 1.40878s
Urho3DNew::Vector<SLStruct>::iterator 1.10533s
eastl::vector<SLStruct>::[i] 0.927348s
eastl::vector<SLStruct>::iterator 0.481498s
std::vector<NonPodStruct>::[i] 1.14859s
std::vector<NonPodStruct>::iterator 2.06788s
Urho3D::Vector<NonPodStruct>::[i] 1.63168s
Urho3D::Vector<NonPodStruct>::iterator 1.38884s
Urho3DNew::Vector<NonPodStruct>::[i] 1.64456s
Urho3DNew::Vector<NonPodStruct>::iterator 1.39016s
eastl::vector<NonPodStruct>::[i] 1.15282s
eastl::vector<NonPodStruct>::iterator 0.548706s
std::vector<int>::copy 0.307283s
Urho3D::PODVector<int>::copy 0.350747s
Urho3D::Vector<int>::copy 2.18491s
Urho3DNew::Vector<int>::copy 0.358045s
eastl::vector<int>::copy 0.317761s
std::vector<PODStruct>::copy 0.961834s
Urho3D::PODVector<PODStruct>::copy 0.98442s
Urho3D::Vector<PODStruct>::copy 2.75157s
Urho3DNew::Vector<PODStruct>::copy 0.974604s
eastl::vector<PODStruct>::copy 0.991438s
std::vector<SLStruct>::copy 3.76691s
Urho3D::PODVector<SLStruct>::copy 0.989634s
Urho3D::Vector<SLStruct>::copy 2.73537s
Urho3DNew::Vector<SLStruct>::copy 2.96922s
eastl::vector<SLStruct>::copy 0.992107s
std::vector<NonPodStruct>::copy 5.21951s
Urho3D::Vector<NonPodStruct>::copy 3.61919s
Urho3DNew::Vector<NonPodStruct>::copy 3.57019s
eastl::vector<NonPodStruct>::copy 1.50943s
ignore this 1759904256