Searched refs:DEBUG_PRINT (Results 1 – 1 of 1) sorted by relevance
49 #define DEBUG_PRINT(...) fprintf(stderr, __VA_ARGS__)51 #define DEBUG_PRINT(...) macro62 DEBUG_PRINT("Marking edge %d->%d feasible\n", from, to); in scdf_mark_edge_feasible()67 DEBUG_PRINT("Adding block %d to worklist\n", to); in scdf_mark_edge_feasible()105 DEBUG_PRINT("Start SCDF solve (%s)\n", name); in scdf_solve()145 DEBUG_PRINT("Pop block %d from worklist\n", i); in scdf_solve()
Completed in 6 milliseconds