Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. >> MemoryProfiler.start
  2. => #<Thread:0x3305a7c run>
  3. >> app.get '/account/login'
  4. => 200
  5. >> app.post '/account/login', :user => {:login=>'mytestuser', :password=>'12345'}
  6. => 500
  7. >> app.post '/account/login', :login => 'mytestuser', :password => '12345'
  8. => 302
  9. >> app.follow_redirect!
  10. => 200
  11. >> quit
  12.  
  13. =====================
  14.  
  15. Top 20
  16. 39574: String (39574)
  17. 1649: Array (1649)
  18. 1394: Hash (1394)
  19. 1343: Regexp (1343)
  20. 1283: Class (1283)
  21. 485: Proc (485)
  22. 426: Module (426)
  23. 168: Range (168)
  24. 83: Float (83)
  25. 78: IRB::SLex::Node (78)
  26. 73: XSD::QName (73)
  27. 62: ActionController::Routing::StaticComponent (62)
  28. 56: Gem::Version (56)
  29. 54: ActionController::Routing::DynamicComponent (54)
  30. 52: Gem::Version::Requirement (52)
  31. 43: Time (43)
  32. 33: ActionController::Routing::Route (33)
  33. 28: Gem::Specification (28)
  34. 23: Gem::Dependency (23)
  35. 16: Bignum (16)
  36. Top 20
  37. 2148: String (41722)
  38. 60: Array (1709)
  39. 38: Hash (1432)
  40. 8: Time (51)
  41. 4: Module (430)
  42. 4: StringIO (4)
  43. 2: CGI::Cookie (2)
  44. 2: ActionController::Integration::Session::MockCGI (2)
  45. 2: Breakpoint::DRbService (2)
  46. 2: Regexp (1345)
  47. 2: ActionController::CodeGeneration::RecognitionGenerator (2)
  48. 2: ActionController::CodeGeneration::Source (2)
  49. 2: ActionController::CgiResponse (2)
  50. 2: File (5)
  51. 2: HashWithIndifferentAccess (3)
  52. 2: ActionController::CgiRequest (2)
  53. 1: Bignum (17)
  54. 1: DRb::DRbMessage (1)
  55. -2: Class (1281)
  56. -10: Proc (475)
  57. Top 20
  58. 624: String (42346)
  59. 296: Array (2005)
  60. 165: Hash (1597)
  61. 65: ActionController::Routing::StaticComponent (127)
  62. 62: ActionController::Routing::DynamicComponent (116)
  63. 33: ActionController::Routing::Route (66)
  64. 28: Proc (503)
  65. 21: Regexp (1366)
  66. 18: ActionController::CodeGeneration::GenerationGenerator (19)
  67. 12: Class (1293)
  68. 6: Range (174)
  69. 5: Time (56)
  70. 4: ActionController::Routing::ControllerComponent (5)
  71. 3: Module (433)
  72. 1: Set (6)
  73. 1: MatchData (5)
  74. 1: AccountController (1)
  75. 1: NoMethodError (1)
  76. 1: CGI::Cookie (3)
  77. -1: Breakpoint::DRbService (1)
  78. Top 20
  79. 762: String (43108)
  80. 109: Proc (612)
  81. 12: Class (1305)
  82. 7: Regexp (1373)
  83. 6: Range (180)
  84. 4: Float (87)
  85. 3: OpenStruct (3)
  86. 2: ActionController::CodeGeneration::RecognitionGenerator (2)
  87. 2: Mime::Type (10)
  88. 1: Address (1)
  89. 1: AccountController (1)
  90. 1: Person (1)
  91. 1: Time (57)
  92. -4: ActionController::Routing::ControllerComponent (1)
  93. -18: ActionController::CodeGeneration::GenerationGenerator (1)
  94. -20: Hash (1577)
  95. -33: ActionController::Routing::Route (33)
  96. -62: ActionController::Routing::DynamicComponent (54)
  97. -65: ActionController::Routing::StaticComponent (62)
  98. -178: Array (1827)
  99. Top 20
  100. 27402: Proc (28014)
  101. 11414: String (54522)
  102. 1119: Hash (2696)
  103. 515: OpenStruct (518)
  104. 412: Array (2239)
  105. 269: Float (356)
  106. 251: Video (251)
  107. 13: Class (1318)
  108. 12: Time (69)
  109. 10: Regexp (1383)
  110. 6: Range (186)
  111. 5: Module (439)
  112. 5: Message (5)
  113. 3: Struct::Tms (3)
  114. 3: Money (3)
  115. 2: XMLRPC::XMLWriter::Simple (2)
  116. 2: ActiveRevver::ApiResults (2)
  117. 2: XMLRPC::Create (2)
  118. 2: HashWithIndifferentAccess (5)
  119. 1: Address (1)
  120. Top 20
  121. 40003: Proc (68017)
  122. 1479: String (56001)
  123. 1000: OpenStruct (1518)
  124. 785: Hash (3481)
  125. 513: Array (2752)
  126. 500: Video (751)
  127. 12: Time (81)
  128. 7: ActionController::Pagination::Paginator::Page (7)
  129. 5: Float (361)
  130. 2: ActionView::Base::ObjectWrapper (2)
  131. 2: MatchData (6)
  132. 2: ActiveRevver::ApiResults (4)
  133. 1: ERB (1)
  134. 1: XMLRPC::XMLParser::REXMLStreamParser (2)
  135. 1: Struct::Tms (4)
  136. 1: ERB::Compiler (1)
  137. 1: ActiveRevver::CollectionProxy (1)
  138. 1: Range (187)
  139. 1: ERB::Compiler::Buffer (1)
  140. 1: Regexp (1384)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement