-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the main readme file with more details
- Loading branch information
Showing
8 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Call graphs | ||
|
||
|
||
This folder contains the visualization of the call graphs computed by `Salsa`. | ||
Each PDF provides the call graph computed with and without Salsa, where we can see missing edges and nodes from the call graph. | ||
|
||
Please notice that each PDF has only a **subset** of nodes and edges from the original call graph because each call graph includes many nodes from API calls. | ||
For the sake of clarity, each PDF only includes nodes and edges if they fulfill the following criteria: | ||
|
||
***For nodes***: | ||
|
||
- The node correspond to a method implemented by the application (application-scope); | ||
- The node is non-application (i.e., primordial or extension), but it has a call back edge to an application node; | ||
|
||
|
||
***For edges***: | ||
- All the outgoing edges from application nodes; | ||
- All the outgoing edges from non-application nodes but wholse target is an application node (or is in a path that will lead to a call back to the application); | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.