actually, power compiler extract clock gating on your design for power saving. while only prime power does the power analysis.
the general flow is as follows:
1. read_verilog
2. read_spef (if available)
3. read_vcd
4. calculate_power
5. report_power
you can get the detail usage in Prime Power. have fun...