You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Data records are separated into files according to the category of applications and the property being calculated. Suffix in the file name represent the category.</p>
10
+
<ul>
11
+
<li>D (dataviz) - Dataviz</li>
12
+
<li>E (engines) - Game Engines</li>
13
+
<li>F (frameworks) - MVC Frameworks</li>
14
+
<li>G (games) - Games</li>
15
+
<li>H (hybrid) - Web Applications</li>
16
+
<li>N (npm) - NPM Modules.</li>
17
+
</ul>
18
+
<p>For example <code>callback_defs_dataviz.csv</code> contains results for function definitions accepting callbacks for DataViz category.</p>
19
+
<h2id="legend-for-tables">Legend for tables</h2>
20
+
<ul>
21
+
<li><p>Function definitions accepting callbacks - Files with prefix <code>callback_defs_</code>.</p>
22
+
<ul>
23
+
<li><strong>Field1:</strong> Project name</li>
24
+
<li><strong>Field2:</strong> No. of function definitions accepting callbacks</li>
25
+
<li><strong>Field3:</strong> No. of total function definitions</li>
26
+
</ul>
27
+
</li>
28
+
<li><p>Function usages (callsites) accepting callbacks - Files with prefix <code>callback_usage_</code>.</p>
29
+
<ul>
30
+
<li><strong>Field1:</strong> Project name</li>
31
+
<li><strong>Field2:</strong> No. of function callsites accepting callbacks</li>
32
+
<li><strong>Field3:</strong> No. of total function callsites</li>
33
+
</ul>
34
+
</li>
35
+
<li><p>Function usages with anonymous callbacks - Files with prefix <code>cb_anon_</code>.</p>
36
+
<ul>
37
+
<li><strong>Field1:</strong> Project name</li>
38
+
<li><strong>Field2:</strong> No. of function callsites accepting anonymous callbacks</li>
39
+
</ul>
40
+
</li>
41
+
<li><p>Function usages with asynchronous callbacks - Files with prefix <code>cbasync_callsites_</code>.</p>
42
+
<ul>
43
+
<li><strong>Field1:</strong> Project name</li>
44
+
<li><strong>Field2:</strong> No. of function callsites accepting asynchronous callbacks</li>
45
+
</ul>
46
+
</li>
47
+
<li><p>Function usages with asynchronous callbacks - Files with prefix <code>cbasync_callsites_</code>.</p>
48
+
<ul>
49
+
<li><strong>Field1:</strong> Project name</li>
50
+
<li><strong>Field2:</strong> No. of function callsites accepting asynchronous callbacks</li>
51
+
</ul>
52
+
</li>
53
+
<li><p>Promise creation and Promise usage - Files with prefix <code>promises_</code>.</p>
54
+
<ul>
55
+
<li><strong>Field1:</strong> Project name</li>
56
+
<li><strong>Field2:</strong> No. of instances using Promises</li>
57
+
<li><strong>Field3:</strong> No. of instances creating Promises</li>
58
+
</ul>
59
+
</li>
60
+
<li><p>General Information about each file - Files with prefix <code>file_</code></p>
0 commit comments