{"id":23115454,"url":"https://github.com/jcaesar/eti-gp-ss12-p5","last_synced_at":"2025-04-04T01:12:18.614Z","repository":{"id":3329245,"uuid":"4372816","full_name":"jcaesar/ETI-GP-SS12-P5","owner":"jcaesar","description":null,"archived":false,"fork":false,"pushed_at":"2012-08-12T23:49:41.000Z","size":9875,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T12:43:09.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcaesar.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-18T19:39:28.000Z","updated_at":"2022-01-04T07:56:04.000Z","dependencies_parsed_at":"2022-08-28T01:02:52.289Z","dependency_job_id":null,"html_url":"https://github.com/jcaesar/ETI-GP-SS12-P5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2FETI-GP-SS12-P5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2FETI-GP-SS12-P5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2FETI-GP-SS12-P5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2FETI-GP-SS12-P5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcaesar","download_url":"https://codeload.github.com/jcaesar/ETI-GP-SS12-P5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103307,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T03:41:26.881Z","updated_at":"2025-04-04T01:12:18.591Z","avatar_url":"https://github.com/jcaesar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Source of the ETI Lab\n\"Cache Simulator for Visualizing Cache Behavior\"\n\n\nGenerator for memory access events: McTracer\n===================================================\n\n\nmctracer-vg370.patch was a patch for the original source of valgrind 3.7.0\nand contained the mctracer-tool. This tool was made to relay memory accesses\nto an external program, e.g. a cache simulator, over shared memory.\n\nInstallation\n------------\n\nRequirements:\n* \"Current\" linux distro\n* \"gcc\" (C-Compiler), \"automake\" installed\n* Git \n\nInstallation:\ngit clone https://github.com/bucjac/ETI-GP-SS12-P5.git PROJECTPATH\ncd PROJECTPATH\n./init.sh\n\nInstead of letting init.sh take care of the building, you can do it manually.\ncd valgrind-source\n./autogen.sh\n./configure --prefix=\u003cInstall path for valgrind\u003e\nmake\nmake install\ncd ..\ncd example\nmake\ncd ..\n\nNote: The valgrind makefiles choke on CC=\"ccache gcc\"\n\n\nUsing mctracer as a valgrind module\n-----------------------------------\nUsing mctracer is only possible with adjustments to your code. Without\ninformation on size and structure of memory areas being used in the simulation,\nno meaningfull analysis can be made.\nThe valgrind client calls that are used for this are documented in the user\ndocumentation.\n\nTesting:\n\n valgrind --tool=mctracer example/redblack\n\nThis instructs valgrind to run mctracer and the heat distribution simulation\nredblack. mctracer will collect infomation on accesses on the memory area which\nis used for the simulation. McTracer will save the result of its analysis to\n./redblack.etis\nThat file can be viewed with ./gui/dist/EtiGP.jar\n\n\nViel Spass,\nJosef Weidendorfer\n  - Dankesehr!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcaesar%2Feti-gp-ss12-p5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcaesar%2Feti-gp-ss12-p5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcaesar%2Feti-gp-ss12-p5/lists"}