Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -56,9 +56,9 @@ TinySTL
|
|||||||
ProfilerInstance::finish();
|
ProfilerInstance::finish();
|
||||||
ProfilerInstance::dumpDuringTime();
|
ProfilerInstance::dumpDuringTime();
|
||||||
|
|
||||||
######i = 100000 -> (TinySTL::vector<int>:2ms \\ std::vector<int>:6ms)
|
######i = 100000 -> (TinySTL::vector<int>:2ms \\ std::vector<int>:6ms)
|
||||||
######i = 1000000 -> (TinySTL::vector<int>:11ms \\ std::vector<int>:16ms)
|
######i = 1000000 -> (TinySTL::vector<int>:11ms \\ std::vector<int>:16ms)
|
||||||
######i = 10000000 -> (TinySTL::vector<int>:129ms \\ std::vector<int>:210ms)
|
######i = 10000000 -> (TinySTL::vector<int>:129ms \\ std::vector<int>:210ms)
|
||||||
####(2):vector<string>
|
####(2):vector<string>
|
||||||
|
|
||||||
//std::vector<std::string> vec;
|
//std::vector<std::string> vec;
|
||||||
@@ -71,9 +71,9 @@ TinySTL
|
|||||||
ProfilerInstance::finish();
|
ProfilerInstance::finish();
|
||||||
ProfilerInstance::dumpDuringTime();
|
ProfilerInstance::dumpDuringTime();
|
||||||
|
|
||||||
######i = 100000 -> (TinySTL::vector<int>:18ms \\ std::vector<int>:29ms)
|
######i = 100000 -> (TinySTL::vector<int>:18ms \\ std::vector<int>:29ms)
|
||||||
######i = 1000000 -> (TinySTL::vector<int>:181ms \\ std::vector<int>:232ms)
|
######i = 1000000 -> (TinySTL::vector<int>:181ms \\ std::vector<int>:232ms)
|
||||||
######i = 10000000 -> (TinySTL::vector<int>:2372ms \\ std::vector<int>:1972ms)
|
######i = 10000000 -> (TinySTL::vector<int>:2372ms \\ std::vector<int>:1972ms)
|
||||||
####(3):circular_buffer<int, N>
|
####(3):circular_buffer<int, N>
|
||||||
|
|
||||||
TinySTL::circular_buffer<int, 10000> cb(10000, 0);
|
TinySTL::circular_buffer<int, 10000> cb(10000, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user