Skip to content

This project used parser from code analyzer project and using that I created type table which crated a table containing all the information about all defined types in a file, and this analysis was run on multiple selected files using threading and each partial table by each thread was joined to create final type table for analysis. Using this ty…

Notifications You must be signed in to change notification settings

achal1012/Parallel-Dependency-Analysis---CSE687

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<--------------------README.txt------------------------------>

About commandline arguments:

Please give in commandline arguments in following format: "(Filepath)"(space)"((pattern)(space)(pattern)(space))...)" In above line just ignore the braces and fill the Filepath and Pattern. Give Space where space is written For an example .\Debug\MatricExecutive.exe "./Testinput" "*.h *.cpp"

About

This project used parser from code analyzer project and using that I created type table which crated a table containing all the information about all defined types in a file, and this analysis was run on multiple selected files using threading and each partial table by each thread was joined to create final type table for analysis. Using this ty…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages