<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GetFrameCPUUsage</id>
	<title>WoW:API GetFrameCPUUsage - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GetFrameCPUUsage"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetFrameCPUUsage&amp;action=history"/>
	<updated>2026-06-01T22:24:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetFrameCPUUsage&amp;diff=17689&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetFrameCPUUsage to WoW:API GetFrameCPUUsage without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetFrameCPUUsage&amp;diff=17689&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:56Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetFrameCPUUsage&quot; title=&quot;WoW:API GetFrameCPUUsage&quot;&gt;API GetFrameCPUUsage&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetFrameCPUUsage&quot; title=&quot;WoW:API GetFrameCPUUsage&quot;&gt;API GetFrameCPUUsage&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:45, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-17688:rev-17689 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetFrameCPUUsage&amp;diff=17688&amp;oldid=prev</id>
		<title>WoWWiki&gt;Tifi: initial commit</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetFrameCPUUsage&amp;diff=17688&amp;oldid=prev"/>
		<updated>2007-12-13T07:50:01Z</updated>

		<summary type="html">&lt;p&gt;initial commit&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}} __NOTOC__&lt;br /&gt;
&lt;br /&gt;
Returns the total time used by and number of calls of a frame&amp;#039;s event handlers.&lt;br /&gt;
 time, count = GetFrameCPUUsage(frame[, includeChildren])&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
:(frame[, includeChildren])&lt;br /&gt;
&lt;br /&gt;
:;frame : Frame - Specifies the frame.&lt;br /&gt;
:;includeChildren : Boolean - If false, only event handlers of the specified frame are considered. If true or omitted, the values returned will include the handlers for all of the frame&amp;#039;s children as well.&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
time, count&lt;br /&gt;
:;time : Number - The total time used by the specified event handlers, in milliseconds.&lt;br /&gt;
:;count : Number - The total number of times the event handlers were called.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
: The values returned are just the sum of the values returned by GetFunctionCPUUsage(handler) for all current handlers. Which means that it&amp;#039;s not per-frame values, but per-function values. The difference is that if for example an OnUpdate handler is used by two frames A and B, and, say, B:OnUpdate() is called, both A and B get blamed for it.&lt;br /&gt;
&lt;br /&gt;
: It also means that if a frame&amp;#039;s handlers change, the CPU used by the previous handlers is ignored, because only the current handlers are considered.&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Tifi</name></author>
	</entry>
</feed>