الفرق بين المراجعتين لصفحة: «Ruby/GC::Profiler/enabled-3F»

من موسوعة حسوب
إنشاء الصفحة.
 
إضافة شرح
 
سطر 3: سطر 3:
[[تصنيف: Ruby Method]]
[[تصنيف: Ruby Method]]
[[تصنيف: Ruby GC::Profiler]]
[[تصنيف: Ruby GC::Profiler]]
يعيد التابع <code>enabled?‎</code>  
يتحقق التابع <code>enabled?‎</code> من الحالة الحالية لوضع مُنشئ ملفات تعريف <code>[[Ruby/GC|GC]]</code>.
==البنية العامة==
==البنية العامة==
<syntaxhighlight lang="ruby">GC::Profiler.enabled? → true or false</syntaxhighlight>
<syntaxhighlight lang="ruby">GC::Profiler.enabled? → true or false</syntaxhighlight>


==القيمة المعادة==
==القيمة المعادة==
تعاد  
تعاد القيمة <code>true</code> إن كان مُنشئ ملفات تعريف <code>[[Ruby/GC|GC]]</code> مفعَّلًا. خلا ذلك، تعاد القيمة <code>false</code>.


==انظر أيضا==
==انظر أيضا==
* التابع <code>[[Ruby/GC::Profiler/disable|disable]]</code>: يوقف مُنشئ ملفات تعريف <code>[[Ruby/GC|GC]]</code>.
* التابع <code>[[Ruby/GC::Profiler/enable|enable]]</code>: يبدأ منشئ ملفات تعريف <code>[[Ruby/GC|GC]]</code>.


==مصادر==
==مصادر==
*[http://ruby-doc.org/core-2.5.1/GC/Profiler.html#method-c-enabled-3F قسم التابع enabled?‎ في الصنف GC::Profiler في توثيق روبي الرسمي.]
*[http://ruby-doc.org/core-2.5.1/GC/Profiler.html#method-c-enabled-3F قسم التابع enabled?‎ في الصنف GC::Profiler في توثيق روبي الرسمي.]

المراجعة الحالية بتاريخ 07:48، 25 نوفمبر 2018

يتحقق التابع enabled?‎ من الحالة الحالية لوضع مُنشئ ملفات تعريف GC.

البنية العامة

GC::Profiler.enabled?  true or false

القيمة المعادة

تعاد القيمة true إن كان مُنشئ ملفات تعريف GC مفعَّلًا. خلا ذلك، تعاد القيمة false.

انظر أيضا

  • التابع disable: يوقف مُنشئ ملفات تعريف GC.
  • التابع enable: يبدأ منشئ ملفات تعريف GC.

مصادر