Searched refs:DEBUG_PRINT (Results 1 – 1 of 1) sorted by relevance
50 #define DEBUG_PRINT(...) fprintf(stderr, __VA_ARGS__)52 #define DEBUG_PRINT(...) macro63 DEBUG_PRINT("Marking edge %d->%d feasible\n", from, to); in scdf_mark_edge_feasible()68 DEBUG_PRINT("Adding block %d to worklist\n", to); in scdf_mark_edge_feasible()106 DEBUG_PRINT("Start SCDF solve (%s)\n", name); in scdf_solve()146 DEBUG_PRINT("Pop block %d from worklist\n", i); in scdf_solve()
Completed in 30 milliseconds