mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-19 21:16:10 -05:00
flamegraph update to support embedded graphs
This commit is contained in:
parent
f5019ccef2
commit
748ef94ce0
3 changed files with 23 additions and 14 deletions
2
Gemfile
2
Gemfile
|
@ -188,7 +188,7 @@ gem 'lru_redux'
|
||||||
# If you want to amend mini profiler to do the monkey patches in the railstie
|
# If you want to amend mini profiler to do the monkey patches in the railstie
|
||||||
# we are open to it. by deferring require to the initializer we can configure disourse installs without it
|
# we are open to it. by deferring require to the initializer we can configure disourse installs without it
|
||||||
|
|
||||||
gem 'flamegraph', require: false
|
gem 'flamegraph', git: 'https://github.com/SamSaffron/flamegraph.git', require: false
|
||||||
gem 'rack-mini-profiler', git: 'https://github.com/MiniProfiler/rack-mini-profiler.git', require: false
|
gem 'rack-mini-profiler', git: 'https://github.com/MiniProfiler/rack-mini-profiler.git', require: false
|
||||||
|
|
||||||
# used for caching, optional
|
# used for caching, optional
|
||||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -37,6 +37,13 @@ GIT
|
||||||
activerecord (>= 2.3.0)
|
activerecord (>= 2.3.0)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/SamSaffron/flamegraph.git
|
||||||
|
revision: 07bd0ffdfd352e2fceb4edaf281990ba99156355
|
||||||
|
specs:
|
||||||
|
flamegraph (0.0.5)
|
||||||
|
fast_stack
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/SamSaffron/message_bus
|
remote: https://github.com/SamSaffron/message_bus
|
||||||
revision: c357cbfea34eec3cca8f00754eb9d5bd2be98594
|
revision: c357cbfea34eec3cca8f00754eb9d5bd2be98594
|
||||||
|
@ -201,8 +208,6 @@ GEM
|
||||||
fast_xs (0.8.0)
|
fast_xs (0.8.0)
|
||||||
fastimage (1.3.0)
|
fastimage (1.3.0)
|
||||||
ffi (1.8.1)
|
ffi (1.8.1)
|
||||||
flamegraph (0.0.4)
|
|
||||||
fast_stack
|
|
||||||
fog (1.14.0)
|
fog (1.14.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.25.0)
|
excon (~> 0.25.0)
|
||||||
|
@ -489,7 +494,7 @@ DEPENDENCIES
|
||||||
fast_xor!
|
fast_xor!
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
flamegraph!
|
||||||
fog
|
fog
|
||||||
handlebars-source (= 1.0.12)
|
handlebars-source (= 1.0.12)
|
||||||
highline
|
highline
|
||||||
|
|
|
@ -89,13 +89,6 @@ GIT
|
||||||
rake
|
rake
|
||||||
rake-compiler
|
rake-compiler
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/MiniProfiler/rack-mini-profiler.git
|
|
||||||
revision: 292cb226b37ab58200f06aaa3cbe165dc25e7cc9
|
|
||||||
specs:
|
|
||||||
rack-mini-profiler (0.1.31)
|
|
||||||
rack (>= 1.1.3)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/SamSaffron/annotate_models.git
|
remote: https://github.com/SamSaffron/annotate_models.git
|
||||||
revision: ebe4ba7e3f6ceeb43e4e40078da2b261a1bb71b2
|
revision: ebe4ba7e3f6ceeb43e4e40078da2b261a1bb71b2
|
||||||
|
@ -104,6 +97,13 @@ GIT
|
||||||
activerecord (>= 2.3.0)
|
activerecord (>= 2.3.0)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/SamSaffron/flamegraph.git
|
||||||
|
revision: 07bd0ffdfd352e2fceb4edaf281990ba99156355
|
||||||
|
specs:
|
||||||
|
flamegraph (0.0.5)
|
||||||
|
fast_stack
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/SamSaffron/message_bus
|
remote: https://github.com/SamSaffron/message_bus
|
||||||
revision: 09392967940daf77943d1489ed3f1f71d6f8450a
|
revision: 09392967940daf77943d1489ed3f1f71d6f8450a
|
||||||
|
@ -146,6 +146,12 @@ GIT
|
||||||
activerecord (>= 3.0.0)
|
activerecord (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
||||||
|
PATH
|
||||||
|
remote: /Users/sam/Source/rack-mini-profiler
|
||||||
|
specs:
|
||||||
|
rack-mini-profiler (0.1.31)
|
||||||
|
rack (>= 1.1.3)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: vendor/gems/discourse_emoji
|
remote: vendor/gems/discourse_emoji
|
||||||
specs:
|
specs:
|
||||||
|
@ -229,8 +235,6 @@ GEM
|
||||||
fast_xs (0.8.0)
|
fast_xs (0.8.0)
|
||||||
fastimage (1.5.0)
|
fastimage (1.5.0)
|
||||||
ffi (1.9.0)
|
ffi (1.9.0)
|
||||||
flamegraph (0.0.4)
|
|
||||||
fast_stack
|
|
||||||
fog (1.14.0)
|
fog (1.14.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.25.0)
|
excon (~> 0.25.0)
|
||||||
|
@ -494,7 +498,7 @@ DEPENDENCIES
|
||||||
fast_xor!
|
fast_xor!
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
flamegraph!
|
||||||
fog
|
fog
|
||||||
handlebars-source (= 1.0.12)
|
handlebars-source (= 1.0.12)
|
||||||
highline
|
highline
|
||||||
|
|
Loading…
Reference in a new issue