Snapshot differencing compares two performance snapshots - typically before and after code changes. A positive result means the modified code took LONGER to execute (worse performance) than the original. This is calculated as (modified time - original time), so positive values indicate regression. If you wanted to confirm performance improvement, you'd look for a negative result showing the modified code runs faster.