Browse Source

SC: add TODO

tags/v1.3.0
Brian Heim 5 years ago
parent
commit
d29c131ebd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/SuperColliderEngine.cpp

+ 1
- 1
src/SuperColliderEngine.cpp View File

@@ -156,7 +156,7 @@ void SC_VcvPrototypeClient::evaluateProcessBlock(ProcessBlock* block) noexcept {

// TIMING TODO test code
auto start = std::chrono::high_resolution_clock::now();
auto&& string = builder.str();
auto&& string = builder.str(); // TODO avoid copy! better formatting!
interpret(string.c_str());
auto end = std::chrono::high_resolution_clock::now();
auto ticks = (end - start).count();


Loading…
Cancel
Save