We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c895c70 + 38760ea commit c4d6bf6Copy full SHA for c4d6bf6
2 files changed
Steepfile
@@ -4,5 +4,6 @@ target :lib do
4
signature "sig"
5
6
check "lib/lrama/bitmap.rb"
7
+ check "lib/lrama/report.rb"
8
check "lib/lrama/warning.rb"
9
end
sig/lrama/report.rbs
@@ -0,0 +1,15 @@
1
+module Lrama
2
+ class Report
3
+ module Profile
+ def self.report_profile: { -> void } -> StackProf::result
+ end
+
+ module Duration
+ self.@_report_duration_enabled: bool | nil
10
+ def self.enable: -> void
11
+ def self.enabled?: -> bool
12
+ def report_duration: [T] (_ToS method_name) { -> T } -> T
13
14
15
+end
0 commit comments