This document proposes combining static taint analysis with dynamic analysis to more efficiently measure performance in highly configurable systems. Static taint analysis is used to determine which configuration options affect which parts of the code. Dynamic analysis then executes only the relevant configurations to build a performance table, rather than executing all configurations via a black-box approach. The goal is to exploit lack of interactions between options to measure performance with fewer executions when possible. Future work includes applying this approach to real programs written in languages like C and Java.