Skip to content

Commit

Permalink
implemented path heap reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy1005 committed Jun 12, 2023
1 parent ccca776 commit fc2c095
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 107 deletions.
6 changes: 6 additions & 0 deletions examples/vga_lcd/vga_lcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ int main(int argc, char *argv[]) {

std::ofstream ofs("vga_lcd.edges");
timer.dump_edge_insertions(ofs);

std::ofstream ofs2("vga_lcd.connections");
timer.dump_connections(ofs2, 10);

std::ofstream ofs3("vga_lcd.pfxt_srcs");



return 0;
Expand Down
Loading

0 comments on commit fc2c095

Please sign in to comment.