File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ group :development do
53
53
54
54
# Enable perf tools if needed (YAGNI).
55
55
# https://ja.wikipedia.org/wiki/YAGNI
56
- # gem 'flamegraph', require: false
57
- # gem 'memory_profiler', require: false
58
- # gem 'rack-mini-profiler', require: false
59
- # gem 'stackprof', require: false
56
+ gem 'stackprof' , require : false
57
+ gem 'flamegraph' , require : false
58
+ gem 'memory_profiler' , require : false
59
+ gem 'rack-mini-profiler' , require : false
60
60
end
61
61
62
62
group :development , :test do
Original file line number Diff line number Diff line change 180
180
ffi (1.17.2-x86_64-darwin )
181
181
ffi (1.17.2-x86_64-linux-gnu )
182
182
ffi (1.17.2-x86_64-linux-musl )
183
+ flamegraph (0.9.5 )
183
184
font-awesome-rails (4.7.0.9 )
184
185
railties (>= 3.2 , < 9.0 )
185
186
get_process_mem (1.0.0 )
274
275
marcel (1.0.4 )
275
276
matrix (0.4.2 )
276
277
memoist (0.16.2 )
278
+ memory_profiler (1.1.0 )
277
279
mini_mime (1.1.5 )
278
280
minitest (5.25.5 )
279
281
msgpack (1.8.0 )
334
336
rack (>= 1.0 , < 4 )
335
337
rack-host-redirect (1.3.0 )
336
338
rack
339
+ rack-mini-profiler (3.3.1 )
340
+ rack (>= 1.2.0 )
337
341
rack-session (2.1.1 )
338
342
base64 (>= 0.1.0 )
339
343
rack (>= 3.0.0 )
496
500
actionpack (>= 6.1 )
497
501
activesupport (>= 6.1 )
498
502
sprockets (>= 3.0.0 )
503
+ stackprof (0.2.27 )
499
504
stringio (3.1.7 )
500
505
thor (1.3.2 )
501
506
tilt (2.6.0 )
@@ -548,6 +553,7 @@ DEPENDENCIES
548
553
factory_bot_rails
549
554
faraday
550
555
faraday_middleware
556
+ flamegraph
551
557
font-awesome-rails
552
558
google_drive
553
559
jbuilder
@@ -558,11 +564,13 @@ DEPENDENCIES
558
564
lazy_high_charts (= 1.5.8 )
559
565
letter_opener_web
560
566
listen
567
+ memory_profiler
561
568
pg
562
569
puma
563
570
puma_worker_killer
564
571
rack-attack
565
572
rack-host-redirect
573
+ rack-mini-profiler
566
574
rack-user_agent
567
575
rails (~> 7.1.5 )
568
576
rails-controller-testing
@@ -580,6 +588,7 @@ DEPENDENCIES
580
588
sitemap_generator
581
589
solargraph
582
590
spring
591
+ stackprof
583
592
web-console
584
593
585
594
RUBY VERSION
You can’t perform that action at this time.
0 commit comments