from the source code the diff is:
percent = round(stats->accounted_diff_shares * 10000 / stats->network_diff) / 100;
It seems to me that this value represents the percentage of the share's difficulty found by the miner relative to the network's difficulty.