pmap.in
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:2k
源码类别:

Symbian

开发平台:

Visual C++

  1. # SetSeed <unsigned int srand() seed>
  2. # CreateElement <index>
  3. # CreateElements <index> <num to create>
  4. # ClearElements
  5. # GetCount <expected count>
  6. # IsEmpty <0 = not empty, 1 = empty>
  7. # Lookup <index> <0 = lookup failed, 1 = lookup success>
  8. # SetAt <index>
  9. # RemoveKey <index> <0 = remove failed, 1 = remove success>
  10. # RemoveAll
  11. # Note: Rhs[] represents using the [] operator on the right hand side
  12. #       of an expression. For example:  value = map[key];
  13. # Rhs[] <index> <0 = item not in map, 1 = item in map>
  14. # Note: Lhs[] represents using the [] operator on the left hand side
  15. #       of an expression. For example: map[key] = value
  16. # Lhs[] <index>
  17. # Note: IsNull should only be used on keys that are in the map.
  18. #       It is intended to test the case where Rhs[] inserts a value
  19. #       into the map when it is not already present
  20. # IsNull <index> <0 = map value is not null, 1 = map value is null>
  21. # RunMapSpecificTests
  22. # InitHashTable <type index> <num buckets>
  23. # ProfileInsertions <type index>
  24. SetSeed 12345
  25. CreateElements 0 4000
  26. MemCheckpoint
  27. TimeCheckpoint
  28. InitHashTable 0 1001
  29. ProfileInsertions 0
  30. TimeCheckpoint
  31. MemCheckpoint
  32. InitHashTable 0 1001
  33. ProfileInsertions 0
  34. TimeCheckpoint
  35. MemCheckpoint
  36. InitHashTable 0 1001
  37. ProfileInsertions 0
  38. TimeCheckpoint
  39. MemCheckpoint
  40. InitHashTable 0 1001
  41. ProfileInsertions 0
  42. TimeCheckpoint
  43. MemCheckpoint
  44. InitHashTable 0 1001
  45. ProfileInsertions 0
  46. TimeCheckpoint
  47. MemCheckpoint
  48. InitHashTable 0 1001
  49. ProfileInsertions 0
  50. TimeCheckpoint
  51. MemCheckpoint
  52. InitHashTable 0 1001
  53. ProfileInsertions 0
  54. TimeCheckpoint
  55. MemCheckpoint
  56. InitHashTable 0 1001
  57. ProfileInsertions 0
  58. TimeCheckpoint
  59. MemCheckpoint
  60. InitHashTable 0 1001
  61. ProfileInsertions 0
  62. TimeCheckpoint
  63. MemCheckpoint
  64. InitHashTable 0 1001
  65. ProfileInsertions 0
  66. TimeCheckpoint
  67. MemCheckpoint