162件ヒット
[101-162件を表示]
(0.117秒)
クラス
- Logger (9)
-
Net
:: IMAP (24) -
OptionParser
:: ParseError (12) -
RDoc
:: Markdown (12) -
RubyVM
:: InstructionSequence (24) - Shell (45)
- Thread (24)
- Tracer (12)
キーワード
- DEBUG (12)
- DEBUG= (12)
-
compile
_ option (12) -
compile
_ option= (12) - debug= (12)
- debug? (6)
-
debug
_ output _ exclusive _ unlock (3) -
debug
_ output _ lock (6) -
debug
_ output _ locked? (6) -
debug
_ output _ synchronize (6) -
debug
_ output _ try _ lock (6) -
debug
_ output _ unlock (6) -
filter
_ backtrace (12) - new (21)
-
trace
_ func (12)
検索結果
先頭5件
- RubyVM
:: InstructionSequence . compile _ option=(options) - Shell
. debug? -> bool | Integer - RubyVM
:: InstructionSequence . compile _ option -> Hash - OptionParser
:: ParseError . filter _ backtrace(array) -> [String] - Logger
. new(logdev , shift _ age = 0 , shift _ size = 1048576 , level: Logger :: Severity :: DEBUG , progname: nil , formatter: Formatter . new , datetime _ format: nil , shift _ period _ suffix: & # 39;%Y%m%d& # 39;) -> Logger
-
RubyVM
:: InstructionSequence . compile _ option=(options) (6207.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを引数 options で指定します。
...ル時のデフォルトの最適化オプションを引数
options で指定します。
@param options コンパイル時の最適化オプションを true、false、nil、
Hash のいずれかで指定します。true を指定した場合は
全てのオプショ......true か false を指定する事で個
別に有効、無効を指定します。
//emlist{
* :inline_const_cache
* :instructions_unification
* :operands_unification
* :peephole_optimization
* :specialized_instruction
* :stack_caching
* :tailcall_optimization
* :trace......_instruction
//}
:debug_level をキーに指定した場合は値を数値で指定します。
.new、.compile、.compile_file メソッドの実行の際に option 引数を指定し
た場合はその実行のみ最適化オプションを変更する事もできます。
@see R... -
Shell
. debug? -> bool | Integer (6203.0) -
@todo
...@todo
デバッグ用フラグを参照します。... -
RubyVM
:: InstructionSequence . compile _ option -> Hash (6113.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを Hash で返 します。
...//emlist[例][ruby]{
require "pp"
pp RubyVM::InstructionSequence.compile_option
# => {:inline_const_cache=>true,
# :peephole_optimization=>true,
# :tailcall_optimization=>false,
# :specialized_instruction=>true,
# :operands_unification=>true,
# :instructions_unification=>false,
# :stack_caching=>......false,
# :trace_instruction=>true,
# :frozen_string_literal=>false,
# :debug_frozen_string_literal=>false,
# :coverage_enabled=>true,
# :debug_level=>0}
//}
@see RubyVM::InstructionSequence.compile_option=... -
OptionParser
:: ParseError . filter _ backtrace(array) -> [String] (6107.0) -
array で指定されたバックトレースから optparse ライブラリに関する行を除 外します。
...array で指定されたバックトレースから optparse ライブラリに関する行を除
外します。
デバッグモード($DEBUGが真)の場合は何もしません。
@param array バックトレースを文字列の配列で指定します。
@return array を返します。... -
Logger
. new(logdev , shift _ age = 0 , shift _ size = 1048576 , level: Logger :: Severity :: DEBUG , progname: nil , formatter: Formatter . new , datetime _ format: nil , shift _ period _ suffix: & # 39;%Y%m%d& # 39;) -> Logger (408.0) -
Logger オブジェクトを生成します。
...ァイル名か、 IO オブジェクト(STDOUT, STDERR など)を指定します。
@param shift_age ログファイルを保持する数か、ログファイルを切り替える頻度を指定します。
頻度には daily, weekly, monthly を文字列で指定することが......aram shift_size shift_age を整数で指定した場合のみ有効です。
このサイズでログファイルを切り替えます。
@param level ログに記録する時のログレベルを指定します。省略した場合は
Logger::Severity::DEBUG です......す。省略した場合は nil です。
@param formatter ログに記録する時のログのフォーマッタを指定します。
省略した場合は Logger::Formatter インスタンスです。
@param datetime_format ログに記録する時の日時のフォーマット... -
RDoc
:: Markdown . new(extensions = DEFAULT _ EXTENSIONS , debug = false) (308.0) -
引数 extensions で与えられた拡張を有効にした RDoc::Markdown オブ ジェクトを初期化します。
...引数 extensions で与えられた拡張を有効にした RDoc::Markdown オブ
ジェクトを初期化します。
@param extensions 有効にする拡張を Symbol の配列で指定します。
@param debug デバッグを有効にするかどうかを指定します。...