Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -75,9 +75,14 @@ TinySTL
|
|||||||
ProfilerInstance::finish();
|
ProfilerInstance::finish();
|
||||||
ProfilerInstance::dumpDuringTime();
|
ProfilerInstance::dumpDuringTime();
|
||||||
|
|
||||||
######i = 100000 -> (TinySTL::vector<int>:2ms \\ std::vector<int>:6ms)
|
|container|quantity|time(ms)|
|
||||||
######i = 1000000 -> (TinySTL::vector<int>:11ms \\ std::vector<int>:16ms)
|
|---------|--------|--------|
|
||||||
######i = 10000000 -> (TinySTL::vector<int>:129ms \\ std::vector<int>:210ms)
|
|TinySTL::vector<int>|10万|2|
|
||||||
|
|TinySTL::vector<int>|100万|11|
|
||||||
|
|TinySTL::vector<int>|1000万|129|
|
||||||
|
|std::vector<int>|10万|6|
|
||||||
|
|std::vector<int>|100万|16|
|
||||||
|
|std::vector<int>|1000万|210|
|
||||||
####(2):vector<string>
|
####(2):vector<string>
|
||||||
|
|
||||||
//std::vector<std::string> vec;
|
//std::vector<std::string> vec;
|
||||||
|
|||||||
Reference in New Issue
Block a user